The properties of the ActionCollection class are listed below. For a complete list of ActionCollection class members, see the ActionCollection Members topic.
Count | Gets the number of elements. |
IsFixedSize | Gets a value indicating whether the collection has a fixed size. |
IsReadOnly | Gets a value indicating whether the collection is read-only. |
IsSynchronized | Gets a value indicating whether access is synchronized (thread-safe). |
Item | Gets or sets the Action with the given key. |
Keys | Gets an System.Collections.ICollection containing in the collection. |
SyncRoot | Gets an object that can be used to synchronize access. |
Values | Gets an System.Collections.ICollection containing the ActionBase objects in the collection. |
ActionCollection Class | NSpectre.Core.Configuration Namespace