CertDbRowAddRange Method

Copies existing dictionary into current object.

Definition

Namespace: ADCS.CertMod.Managed
Assembly: ADCS.CertMod.Managed (in ADCS.CertMod.Managed.dll) Version: 1.2.0.0 (1.2.0.0)
C#
public void AddRange(
	IDictionary<string, Object> dictionary
)

Parameters

dictionary  IDictionaryString, Object
Existing dictionary to copy values from.

Exceptions

ArgumentExceptionAn element with the same key already exists in the dictionary.

See Also