Click or drag to resize
DigitalRuneStateCollection Properties

The StateCollection type exposes the following members.

Properties
  NameDescription
Public propertyActiveState
Gets the active state.
Public propertyComparer
Gets the generic equality comparer that is used to determine equality of keys in the collection.
(Inherited from KeyedCollectionString, State.)
Public propertyCount (Inherited from CollectionState.)
Protected propertyDictionary (Inherited from KeyedCollectionString, State.)
Public propertyFinalState
Gets or sets the final state.
Public propertyInitialState
Gets or sets the initial state.
Public propertyItemTKey
Gets the element with the specified key.
(Inherited from KeyedCollectionString, State.)
Public propertyItemInt32
Gets or sets the element at the specified index.
(Inherited from CollectionState.)
Protected propertyItems (Inherited from CollectionState.)
Public propertyOwner
Gets the state that owns this state collection.
Public propertySaveHistory
Gets or sets a value indicating whether this state collection has a "history state".
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate propertyIListIsFixedSize
Gets a value indicating whether the IList has a fixed size.
(Inherited from CollectionState.)
Explicit interface implementationPrivate propertyICollectionTIsReadOnly (Inherited from CollectionState.)
Explicit interface implementationPrivate propertyIListIsReadOnly
Gets a value indicating whether the IList is read-only.
(Inherited from CollectionState.)
Explicit interface implementationPrivate propertyICollectionIsSynchronized
Gets a value indicating whether access to the ICollection is synchronized (thread safe).
(Inherited from CollectionState.)
Explicit interface implementationPrivate propertyIListItem
Gets or sets the element at the specified index.
(Inherited from CollectionState.)
Explicit interface implementationPrivate propertyICollectionSyncRoot
Gets an object that can be used to synchronize access to the ICollection.
(Inherited from CollectionState.)
Top
See Also