Start |
The StartIndexDictionary type exposes the following members.
Name | Description | |
---|---|---|
![]() | StartIndexDictionary | Initializes a new instance of the StartIndexDictionary class. |
Name | Description | |
---|---|---|
![]() | Count | Gets the number of elements in the collection. |
![]() | Item | Gets the element that has the specified key in the read-only dictionary. |
![]() | Keys | Gets an enumerable collection that contains the keys in the read-only dictionary. |
![]() | Values | Gets an enumerable collection that contains the values in the read-only dictionary. |
Name | Description | |
---|---|---|
![]() | ContainsKey | Determines whether the read-only dictionary contains an element that has the specified key. |
![]() | GetEnumerator | Returns an enumerator that iterates through the collection. |
![]() | InternalClear | Obsolete. INTERNAL FUNCTION used to clear the inner dictionary. |
![]() | InternalSetKeyValue | Obsolete. INTERNAL FUNCTION used to setup the inner dictionary with the index values. |
![]() | TryGetValue | Gets the value that is associated with the specified key. |
Name | Description | |
---|---|---|
![]() ![]() | IEnumerableGetEnumerator | Returns an enumerator that iterates through a collection. |