Item

XbrlInstanceCollection indexer

Gets and sets XbrlInstance item at the specified index in the collection.

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

Return Value

The element at the specified index.

See Also