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
)
Public Function IndexOfKey (
key As String
) As Integer
Parameters
- key
- Type: SystemString
The key of the item
Return Value
Type:
Int32The zero-based index of the item in the collection
See Also