DestinationCollection.Item

DestinationCollection indexer

Gets the destination object by index.

public KeyValuePair<string, object> this[int index] { get; }
ParameterDescription
indexThe index of destination to get.

Return Value

Destination.

See Also