Method GetEnumerator
GetEnumerator()
Returns an enumerator that iterates through the AdvisableDictionary<TKey, TValue>.
Declaration
public AdvisableDictionary<TKey, TValue>.Enumerator GetEnumerator()
Returns
Type | Description |
---|---|
AdvisableDictionary.Enumerator<> | An AdvisableDictionary<TKey, TValue>.Enumerator structure for the current AdvisableDictionary<TKey, TValue>. |