NameCollection.Item

NameCollection indexer (1 of 2)

Gets the Name element at the specified index.

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

Return Value

The element at the specified index.

See Also


NameCollection indexer (2 of 2)

Gets the Name element with the specified name.

public Name this[string text] { get; }
ParameterDescription
textName text.

Return Value

The element with the specified name.

See Also