Item

XbrlInstanceCollection indexer

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

public XbrlInstance this[int index] { get; set; }
Parameter Description
index The zero based index of the element.

Return Value

The element at the specified index.

See Also