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. | |
|
Determines whether the specified Object is equal to the current CommandGroup. (Overrides Object.Equals(Object).) | |
|
Indicates whether the current CommandGroup is equal to another CommandGroup. | |
|
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
|
(Overrides Object.GetHashCode..) | |
|
Gets the Type of the current instance. (Inherited from Object.) | |
|
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. (Inherited from 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. (Inherited from Object.) |
Extension Methods
|
Name |
Description |
---|---|---|
|
Overloaded. Returns an unformatted JSON String that represents the current CommandGroup. (Defined by CommandGroupExtensions.) | |
|
Overloaded. Returns an unformatted JSON String that represents the current CommandGroup. (Defined by CommandGroupExtensions.) | |
|
Overloaded. Returns a JSON String that represents the current CommandGroup. (Defined by CommandGroupExtensions.) |
- CommandGroup.Add Method
- CommandGroup.AddRange Method
- CommandGroup.Clear Method
- CommandGroup.Contains Method
- CommandGroup.CopyTo Method
- CommandGroup.DeepCopy Method
- CommandGroup.Equals Method
- CommandGroup.GetHashCode Method
- CommandGroup.IndexOf Method
- CommandGroup.Insert Method
- CommandGroup.Remove Method
- CommandGroup.RemoveAt Method
- CommandGroup.RemoveRange Method
- CommandGroup.ShallowCopy Method