IndexCollection Properties

ScaleOut Software NamedCache API

The IndexCollection type exposes the following members.

Properties

  NameDescription
Public propertyCount
Gets the number of elements in the IndexCollection. Since the collection is fixed-size, this property always returns MaxIndexValues.
Public propertyIsFixedSize
Returns true.
Public propertyIsReadOnly
Returns false.
Public propertyIsSynchronized
Returns false. Callers may synchronize the list using SyncRoot.
Public propertyItem
Gets or sets the element at the specified index.
Public propertyStatic memberMaxIndexValues
The fixed number of IndexValues an IndexCollection may hold. This value is currently 8.
Public propertySyncRoot
Gets an object that can be used to synchronize access to the IndexCollection.
Top
See Also

Reference