Click or drag to resize

DictionaryListTKey, TValueIndexOfValue Method

Searches for the specified value and returns the zero-based index of the first occurrence within the entire DictionaryListTKey, TValue.

Namespace: GSF.Collections
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.299-beta+8a755d9ea9a736ecd2384f3ff51b46ebfc1ce0d9
Syntax
public int IndexOfValue(
	TValue value
)
View Source

Parameters

value  TValue
The value to locate in the DictionaryListTKey, TValue. The value can be null for reference types.

Return Value

Int32
The zero-based index of the first occurrence of value within the entire DictionaryListTKey, TValue, if found; otherwise, -1.
See Also