AttributeDefinitionDictionary Class |
Namespace: netDxf.Collections
public sealed class AttributeDefinitionDictionary : IDictionary<string, AttributeDefinition>, ICollection<KeyValuePair<string, AttributeDefinition>>, IEnumerable<KeyValuePair<string, AttributeDefinition>>, IEnumerable
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.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetEnumerator |
Returns an enumerator that iterates through the dictionary.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Remove |
Removes an attribute definition with the specified tag from the current dictionary.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| TryGetValue |
Gets the attribute definition associated with the specified tag.
|
| Name | Description | |
|---|---|---|
| AddItem | ||
| BeforeAddItem | ||
| BeforeRemoveItem | ||
| RemoveItem |