CharacterMappingDictionary.GetEnumerator MethodCharacterMappingDictionary.GetEnumerator MethodCharacterMappingDictionary::GetEnumerator Method
Returns an enumerator that iterates through the character mapping.
- Namespace: XmlPrime.SerializationXmlPrime.SerializationXmlPrime.Serialization
- Assembly: XmlPrime (in XmlPrime.dll)
Syntax
Public Function GetEnumerator() As IEnumerator(Of KeyValuePair(Of Integer, String))
public IEnumerator<KeyValuePair<int, string>> GetEnumerator()
public: virtual IEnumerator<KeyValuePair<int, String^>>^ GetEnumerator() sealed
Return Value
Type: System.Collections.Generic.IEnumerator<T>System.Collections.Generic.IEnumerator(Of T)System.Collections.Generic::IEnumerator<T>^
An enumerator that can be used to iterate through the character mapping.