AppearanceDictionary.GetEnumerator

AppearanceDictionary.GetEnumerator method

Returns an IDictionaryEnumerator object for the dictionary.

public IEnumerator<KeyValuePair<string, XForm>> GetEnumerator()

Return Value

Enumerator of the dictionary.

See Also