Click or drag to resize
ThreadContextItemsDictionaryWrapperGetEnumerator Method
Returns an enumerator that iterates through the collection.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax
C#
public IEnumerator<KeyValuePair<string, Object>> GetEnumerator()

Return Value

Type: IEnumeratorKeyValuePairString, Object

Implements

IEnumerableTGetEnumerator
See Also