|
ProcessDictionaryTKey, TValueLastIndexOf(KeyValuePairTKey, TValue, Int32) Method
|
Namespace: GSF.CollectionsAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.296-beta+d85e3b6b23676c9fffb3231e358b4f94ad70793d
Syntaxfunction LastIndexOf(item, index);
View SourceParameters
- item KeyValuePairTKey, TValue
- The object to locate in the ProcessQueueT. The value can be null for reference types.
- index Int32
- The zero-based starting index of the backward search.
Return Value
Int32This method returns an
Int32 that is the index of the item.Key.
See Also