Click or drag to resize

DataStoreVirtualCollectionT Properties

The DataStoreVirtualCollectionT generic type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the count of items in this collection
Public propertyIsFixedSize
Gets a value indicating whether this instance is fixed size.
Public propertyIsReadOnly
Gets a value indicating whether this instance is read only.
Public propertyIsSynchronized
Gets a value indicating whether this instance is synchronized.
Public propertyItem
Gets or sets the item at the specified index. This collection is read-only so setting the item throws an exception.
Public propertySyncRoot
Gets the sync root.
Top
See Also