Click or drag to resize
ThreadContextItemsDictionaryWrapper Class
Wrapper over IDictionary object implementing IThreadContextItems interface.
Inheritance Hierarchy
SystemObject
  CMS.BaseThreadContextItemsDictionaryWrapper

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax
C#
public class ThreadContextItemsDictionaryWrapper : IThreadContextItems, 
	IEnumerable<KeyValuePair<string, Object>>, IEnumerable

The ThreadContextItemsDictionaryWrapper type exposes the following members.

Constructors
  NameDescription
Public methodThreadContextItemsDictionaryWrapper
Initializes a new instance of the ThreadContextItemsDictionaryWrapper class.
Top
Properties
  NameDescription
Public propertyItem
Gets or sets the value associated with the specified key.
Top
Methods
  NameDescription
Public methodContainsKey
Determines whether the ThreadContextItemsDictionaryWrapper contains the specified key.
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodRemove
Removes the value with the specified key from the ThreadContextItemsDictionaryWrapper.
Top
Extension Methods
See Also