Click or drag to resize

AttributeDefinitionDictionary Class

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Represents a dictionary of AttributeDefinitions.
Inheritance Hierarchy
SystemObject
  netDxf.CollectionsAttributeDefinitionDictionary

Namespace:  netDxf.Collections
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public sealed class AttributeDefinitionDictionary : IDictionary<string, AttributeDefinition>, 
	ICollection<KeyValuePair<string, AttributeDefinition>>, IEnumerable<KeyValuePair<string, AttributeDefinition>>, 
	IEnumerable
Request Example View Source

The AttributeDefinitionDictionary type exposes the following members.

Constructors
  NameDescription
Public methodAttributeDefinitionDictionary
Initializes a new instance of AttributeDefinitionDictionary.
Public methodAttributeDefinitionDictionary(Int32)
Initializes a new instance of AttributeDefinitionDictionary and has the specified initial capacity.
Top
Properties
  NameDescription
Public propertyCount
Gets the number of attribute definition contained in the current dictionary.
Public propertyIsReadOnly
Gets a value indicating whether the actual dictionary is read-only.
Public propertyItem
Gets or sets the attribute definition with the specified tag.
Public propertyTags
Gets an ICollection containing the tags of the current dictionary.
Public propertyValues
Gets an ICollection containing the attribute definition list of the current dictionary.
Top
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
Events
See Also