DataStoreVirtualCollectionT Properties |
The DataStoreVirtualCollectionT generic type exposes the following members.
Name | Description | |
---|---|---|
Count |
Gets the count of items in this collection
| |
IsFixedSize |
Gets a value indicating whether this instance is fixed size.
| |
IsReadOnly |
Gets a value indicating whether this instance is read only.
| |
IsSynchronized |
Gets a value indicating whether this instance is synchronized.
| |
Item |
Gets or sets the item at the specified index. This collection is read-only so setting the item throws an exception.
| |
SyncRoot |
Gets the sync root.
|