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

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax
C#
public ThreadContextItemsDictionaryWrapper(
	IDictionary dict
)

Parameters

dict
Type: System.CollectionsIDictionary
Underlying dictionary.
See Also