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

Namespace: MsgPack.Serialization
Assembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax
public IEnumerator<KeyValuePair<string, byte>> GetEnumerator()

Return Value

Type: IEnumeratorKeyValuePairString, Byte
A IEnumeratorT that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator
Remarks
This method causes internal collection copying, so this makes O(n) time.
See Also