XbrlInstanceCollection

XbrlInstanceCollection class

Collection of XBRL instances.

public class XbrlInstanceCollection : IEnumerable<XbrlInstance>

Properties

NameDescription
Count { get; }The number of XBRL instance in this collection.
Item { get; set; }Gets and sets XbrlInstance item at the specified index in the collection.
XbrlDocument { get; }Gets the XbrlDocument which contains this XBRL instances collection.

Methods

NameDescription
Add()Add a XbrlInstance to the collection.
GetEnumerator()Returns an enumerator that iterates through the collection.

See Also