Click or drag to resize

EAPCollectionBaseIndexOfKey Method

Returns the index of the item in the collection (by key)

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public int IndexOfKey(
	string key
)

Parameters

key
Type: SystemString
The key of the item

Return Value

Type: Int32
The zero-based index of the item in the collection
See Also