ElementCollection.Item

ElementCollection indexer

Gets Element by index.

public Element this[int index] { get; }
ParameterDescription
indexIndex of element.

Return Value

Retreived element.

See Also