The Baltie2DArea..::.Baltie2DCollection type exposes the following members.

Properties

  NameDescription
Count
Gets collection items count.
IsFixedSize
Determines whether the collection has fixed size.
IsReadOnly
Determines whether the collection is read-only. In that case no items can be inserted in.
IsSynchronized
Determines whether the access to this collection is synchronized and thus the time-dependent errors cannot occure in the multi-thread programming (is thread-safe).
Item
Gets or sets collection item at the position index.
SyncRoot
Returns the object that can be used for synchronizing access to this instance.

See Also