CommandGroup Methods
The CommandGroup type exposes the following members.
Methods
|
|
Name |
Description |
|---|---|---|
|
|
Add the specified Command to the CommandGroup. | |
|
|
Adds the specified Commands to the end of the CommandGroup. | |
|
|
Removes all Commands from the CommandGroup. | |
|
|
Determines whether the CommandGroup contains the specified Command. | |
|
|
Copies the Commands of the CommandGroup to the specified Array, starting at the specified index. | |
|
|
Creates a new object that is a deep copy of the current CommandGroup. | |
|
|
Indicates whether the current CommandGroup is equal to another CommandGroup. | |
|
|
Determines whether the specified Object is equal to the
current CommandGroup. | |
|
|
Allows an object to try to free resources and perform other
cleanup operations before it is reclaimed by garbage
collection. | |
|
|
| |
|
|
Gets the Type of the current
instance. | |
|
|
Determines the index of the specified Command in the CommandGroup. | |
|
|
Inserts a Command to the CommandGroup at the specified index. | |
|
|
Creates a shallow copy of the current Object. | |
|
|
Removes the first occurrence of the specified Command from the CommandGroup. | |
|
|
Removes the Command at the specified index. | |
|
|
Removes a range of Commands from the CommandGroup. | |
|
|
Creates a new CommandGroup that is a shallow copy of the current CommandGroup. | |
|
|
Returns a string that represents the current object. |
Extension Methods
|
|
Name |
Description |
|---|---|---|
|
|
Returns an unformatted JSON String that represents the
current CommandGroup. | |
|
|
Returns an unformatted JSON String that represents the
current CommandGroup. | |
|
|
Returns a JSON String that represents the
current CommandGroup. |
- CommandGroupAdd Method
- CommandGroupAddRange Method
- CommandGroupClear Method
- CommandGroupContains Method
- CommandGroupCopyTo Method
- CommandGroupDeepCopy Method
- CommandGroupEquals Method
- CommandGroupGetHashCode Method
- CommandGroupIndexOf Method
- CommandGroupInsert Method
- CommandGroupRemove Method
- CommandGroupRemoveAt Method
- CommandGroupRemoveRange Method
- CommandGroupShallowCopy Method