Click or drag to resize

ProcessDictionaryTKey, TValueIndexOfValue Method

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

Namespace: GSF.Collections
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.256-beta+0e7e94d39a9b10efe7e26e3b8d5130afc0dd4d74
Syntax
public int IndexOfValue(
	TValue value
)
View Source

Parameters

value  TValue
The value to locate in the ProcessDictionaryTKey, 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 ProcessDictionaryTKey, TValue, if found; otherwise, -1.
See Also