Click or drag to resize

AttributeDefinitionDictionary Methods

The AttributeDefinitionDictionary type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds an attribute definition to the dictionary.
Public methodAddRange
Adds an attribute definition list to the dictionary.
Public methodClear
Removes all attribute definition from the current dictionary.
Public methodContainsTag
Determines whether current dictionary contains an attribute definition with the specified tag.
Public methodContainsValue
Determines whether current dictionary contains a specified attribute definition.
Public methodGetEnumerator
Returns an enumerator that iterates through the dictionary.
Public methodRemove
Removes an attribute definition with the specified tag from the current dictionary.
Public methodTryGetValue
Gets the attribute definition associated with the specified tag.
Top
See Also