Click or drag to resize

AttributeDefinitionDictionary Methods

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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 methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the dictionary.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRemove
Removes an attribute definition with the specified tag from the current dictionary.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryGetValue
Gets the attribute definition associated with the specified tag.
Top
See Also