|
OrderedDictionaryTKey, TValueIndexOf Method
|
Namespace: GSF.CollectionsAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.244-beta+c33f622c070b2c1078a06bcb41bdeb4c19d19a0b
Syntaxpublic int IndexOf(
TKey key
)
Public Function IndexOf (
key As TKey
) As Integer
public:
int IndexOf(
TKey key
)
member IndexOf :
key : 'TKey -> int
View SourceParameters
- key TKey
- The key of the element to locate.
Return Value
Int32The zero-based index of the element with the specified key within the
OrderedDictionaryTKey, TValue, if found; otherwise, -1.
Exceptions
See Also