The BaltieSpace..::.BaltieCollection type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Count |
Gets collection items count.
| |
| IsFixedSize |
Determines whether the collection has fixed size.
| |
| IsReadOnly |
Determines whether the collection is read-only.
| |
| 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.
|