Navigation: Code Documentation > RSCommon > RSGenerics.Collections > Classes > TRSDictionary<TKey,TValue>.TKeyCollection
TRSDictionary<TKey,TValue>.TKeyCollection Methods
Name
Description
DoGetEnumerator
Returns the container's enumerator.
Implement the DoGetEnumerator protected method in order to return the container's enumerator.
GetEnumerator
Represents method GetEnumerator.
ToArray
Returns the content of the enumerable as an array. (Overrides RSGenerics.Collections.TRSEnumerable<T>.ToArray.)
Top