AttributeDefinitionDictionary Class |
Namespace: DXFReaderNET.Collections
The AttributeDefinitionDictionary type exposes the following members.
| Name | Description | |
|---|---|---|
| AttributeDefinitionDictionary |
Initializes a new instance of AttributeDefinitionDictionary.
| |
| AttributeDefinitionDictionary(Int32) |
Initializes a new instance of AttributeDefinitionDictionary and has the specified initial capacity.
|
| Name | Description | |
|---|---|---|
| Count |
Gets the number of attribute definition contained in the current dictionary.
| |
| IsReadOnly |
Gets a value indicating whether the actual dictionary is read-only.
| |
| Item |
Gets or sets the attribute definition with the specified tag.
| |
| Tags |
Gets an ICollection containing the tags of the current dictionary.
| |
| Values |
Gets an ICollection containing the attribute definition list of the current dictionary.
|
| Name | Description | |
|---|---|---|
| Add |
Adds an attribute definition to the dictionary.
| |
| AddRange |
Adds an attribute definition list to the dictionary.
| |
| Clear |
Removes all attribute definition from the current dictionary.
| |
| ContainsTag |
Determines whether current dictionary contains an attribute definition with the specified tag.
| |
| ContainsValue |
Determines whether current dictionary contains a specified attribute definition.
| |
| GetEnumerator |
Returns an enumerator that iterates through the dictionary.
| |
| Remove |
Removes an attribute definition with the specified tag from the current dictionary.
| |
| TryGetValue |
Gets the attribute definition associated with the specified tag.
|