|  | SubStatesCollection Properties | 
The SubStatesCollection type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | AllowDuplicates | 
            Gets or sets a value indicating whether duplicate items are allowed in the collection.
            (Inherited from NotifyingCollectionT.) | 
|  | AllowNull | 
            Gets or sets a value indicating whether  items are allowed in the
            collection.
            (Inherited from NotifyingCollectionT.) | 
|  | Count | Gets the number of elements actually contained in the CollectionT.(Inherited from CollectionStateCollection.) | 
|  | Item | Gets or sets the element at the specified index.(Inherited from CollectionStateCollection.) | 
|  | Items | Gets a IListT wrapper around the CollectionT.(Inherited from CollectionStateCollection.) | 
 Explicit Interface Implementations
Explicit Interface Implementations| Name | Description | |
|---|---|---|
|   | IListIsFixedSize | Gets a value indicating whether the IList has a fixed size.(Inherited from CollectionStateCollection.) | 
|   | ICollectionTIsReadOnly | Gets a value indicating whether the ICollectionT is read-only.(Inherited from CollectionStateCollection.) | 
|   | IListIsReadOnly | Gets a value indicating whether the IList is read-only.(Inherited from CollectionStateCollection.) | 
|   | ICollectionIsSynchronized | Gets a value indicating whether access to the ICollection is synchronized (thread safe).(Inherited from CollectionStateCollection.) | 
|   | IListItem | Gets or sets the element at the specified index.(Inherited from CollectionStateCollection.) | 
|   | ICollectionSyncRoot | Gets an object that can be used to synchronize access to the ICollection.(Inherited from CollectionStateCollection.) | 
 See Also
See Also