Click or drag to resize
ThreadContextItemsGenericDictionaryWrapper Constructor
Initializes a new instance of the ThreadContextItemsGenericDictionaryWrapper class.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax
C#
public ThreadContextItemsGenericDictionaryWrapper(
	IDictionary<Object, Object> dictionary
)

Parameters

dictionary
Type: System.Collections.GenericIDictionaryObject, Object
Underlying dictionary.
See Also