Name | Description | |
---|---|---|
ToolsCollection Constructor | Initializes a new instance of the ToolsCollection class. |
The following tables list the members exposed by ToolsCollection.
Name | Description | |
---|---|---|
ToolsCollection Constructor | Initializes a new instance of the ToolsCollection class. |
Name | Description | |
---|---|---|
Count | Gets the number of elements actually contained in the Collection. (Inherited from System.Collections.ObjectModel.Collection<ToolBase>) | |
Item | The Tool object to remove from the collection. |
Name | Description | |
---|---|---|
Add | Add the specified tool to the tools collection. (Inherited from System.Collections.ObjectModel.Collection<ToolBase>) | |
Clear | Clears all tools from the collection. (Inherited from System.Collections.ObjectModel.Collection<ToolBase>) | |
Contains | Determines whether an element is in the Collection. (Inherited from System.Collections.ObjectModel.Collection<ToolBase>) | |
CopyTo | Copies the entire Collection to a compatible one-dimensional System.Array, starting at the specified index of the target array. (Inherited from System.Collections.ObjectModel.Collection<ToolBase>) | |
IndexOf | Searches for the specified object and returns the zero-based index of the first occurrence within the entire Collection. (Inherited from System.Collections.ObjectModel.Collection<ToolBase>) | |
Insert | Inserts an element into the Collection at the specified index. (Inherited from System.Collections.ObjectModel.Collection<ToolBase>) | |
Remove | Removes the specified tool from the collection. (Inherited from System.Collections.ObjectModel.Collection<ToolBase>) | |
RemoveAt | Removes the tool in the specified position from the collection. (Inherited from System.Collections.ObjectModel.Collection<ToolBase>) |