|
ProcessDictionaryTKey, TValueBinarySearch(KeyValuePairTKey, TValue) Method
|
Namespace: GSF.CollectionsAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.239-beta+5928cebde0dd955df84e791f5ea67acbd192773e
Syntaxfunction BinarySearch(item);
View SourceParameters
- item KeyValuePairTKey, TValue
- The object to locate. The value can be null for reference types.
Return Value
Int32This method returns an
Int32 that is the index of the item.Key.
See Also