|
ProcessDictionary<TKey, TValue> .IndexOf(KeyValuePair<TKey, TValue> , Int32, Int32) Method
|
Namespace: GSF.CollectionsAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.241-beta+912389e96d98840d2a999d490420db618dcbe4c6
Syntaxfunction IndexOf(item, index, count);
View SourceParameters
- item KeyValuePair<TKey, TValue>
- The object to locate in the ProcessQueue<T>. The value can be null for reference types.
- index Int32
- The zero-based starting index of the search.
- count Int32
- The number of elements in the section to search.
Return Value
Int32This method returns an
Int32 that is the index of the item.Key.
See Also