Click or drag to resize

StartIndexDictionary Methods

The StartIndexDictionary type exposes the following members.

Methods
 NameDescription
Public methodContainsKeyDetermines whether the read-only dictionary contains an element that has the specified key.
Public methodGetEnumeratorReturns an enumerator that iterates through the collection.
Public methodInternalClearObsolete.
INTERNAL FUNCTION used to clear the inner dictionary.
Public methodInternalSetKeyValueObsolete.
INTERNAL FUNCTION used to setup the inner dictionary with the index values.
Public methodTryGetValueGets the value that is associated with the specified key.
Top
Explicit Interface Implementations
 NameDescription
Explicit interface implementationPrivate methodIEnumerableGetEnumeratorReturns an enumerator that iterates through a collection.
Top
See Also