|
ProcessDictionaryTKey, TValueBinarySearch(KeyValuePairTKey, TValue, IComparerKeyValuePairTKey, TValue) Method
|
Namespace: GSF.CollectionsAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.283-beta+c965646d479a9eab83d024dda466bc5a7b4c1300
Syntaxfunction BinarySearch(item, comparer);
View SourceParameters
- item KeyValuePairTKey, TValue
- The object to locate. The value can be null for reference types.
- comparer IComparerKeyValuePairTKey, TValue
- The Generic.IComparer implementation to use when comparing elements -or-
null to use the default comparer: Generic.Comparer(Of T).Default
Return Value
Int32This method returns an
Int32 that is the index of the item.Key.
See Also