ToolsCollection Class Properties
For a list of all members of this type, see ToolsCollection members.
Public Properties
Name | Description | |
---|---|---|
![]() | Count | Gets the number of elements contained in the collection. |
![]() | IsSynchronized | Gets a value indicating whether access to the collection is synchronized (thread-safe). |
![]() | Item | Overloaded. Indexer to get the instance of the tool at the specified index of the ToolsCollection as an ITool object. |
![]() | Keys | Tool keys in collection |
![]() | SyncRoot | Gets an object that can be used to synchronize access to the collection. |
See Also