Click or drag to resize
SafeDictionaryTKey, TValueCopyPropertiesTo Method
Copies the dictionary properties to the target dictionary

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 10.0.0
Syntax
C#
protected void CopyPropertiesTo(
	SafeDictionary<TKey, TValue> target
)

Parameters

target
Type: CMS.BaseSafeDictionaryTKey, TValue
Target dictionary
See Also