DestinationCollection.IndexOf

DestinationCollection.IndexOf method

Returns the index of destination in collection.

public int IndexOf(KeyValuePair<string, object> value)
ParameterTypeDescription
valueKeyValuePair`2The value to find.

Return Value

The index of destination in collection.

See Also