ExternalLinkCollection.Item

ExternalLinkCollection indexer

Gets the ExternalLink element at the specified index.

public ExternalLink this[int index] { get; }
ParameterDescription
indexThe zero based index of the element.

Return Value

The element at the specified index.

See Also