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