XbrlInstanceCollection class

XbrlInstanceCollection class

Collection of XBRL instances.

The XbrlInstanceCollection type exposes the following members:

Properties

PropertyDescription
xbrl_documentGets the XbrlInstanceCollection.xbrl_document which contains this XBRL instances collection.
countThe number of XBRL instance in this collection.

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

Indexer

NameDescription
[index]The zero based index of the element.

Methods

MethodDescription
add()Add a XbrlInstance to the collection.

See Also