OrderedDictionaryTKey, TValueIndexOf Method
Namespace: Gemstone.CollectionsAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.128 -- Release Build+d050cfc5563c89a1188cc3c6b2d417530856f490
public int IndexOf(
TKey key
)
Public Function IndexOf (
key As TKey
) As Integer
public:
int IndexOf(
TKey key
)
- key TKey
- The key of the element to locate.
Int32The zero-based index of the element with the specified key within the
OrderedDictionaryTKey, TValue, if found; otherwise, -1.
ArgumentNullException | key is null. |