Click or drag to resize

CollectionElement Properties

The CollectionElement type exposes the following members.

Properties
  Name Description
Public property Elements Gets a list of the element in this collection.
Public property ReadSize Gets or sets the size that the file says the collection is. This may differ from the actual size if, upon parsing the file the end of file is reached before the collection becomes as large as the read size.
Public property Size Gets or sets the number of elements in the collection.
Public property TagOfElement Gets or sets the tag which identifies the element.
(Inherited from Element)
Public property TypeOfElement Gets the type of the element. Returns Collection.
(Overrides ElementTypeOfElement)
Public property TypeOfValue Gets or sets the physical type of the value or values contained by the element.
(Inherited from Element)
Top
See Also