AttributeDefinitionDictionary Methods |
The AttributeDefinitionDictionary type exposes the following members.
| 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.
|