Click or drag to resize

XDataDictionary Class

Represents a dictionary of XData.
Inheritance Hierarchy
SystemObject
  DXFReaderNET.CollectionsXDataDictionary

Namespace:  DXFReaderNET.Collections
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public sealed class XDataDictionary : IDictionary<string, XData>, 
	ICollection<KeyValuePair<string, XData>>, IEnumerable<KeyValuePair<string, XData>>, 
	IEnumerable

The XDataDictionary type exposes the following members.

Constructors
  NameDescription
Public methodXDataDictionary
Initializes a new instance of XDataDictionary.
Public methodXDataDictionary(IEnumerableXData)
Initializes a new instance of XDataDictionary and has the specified items.
Public methodXDataDictionary(Int32)
Initializes a new instance of XDataDictionary and has the specified initial capacity.
Top
Properties
  NameDescription
Public propertyAppIds
Gets an ICollection containing the application registry names of the current dictionary.
Public propertyCount
Gets the number of extended data contained in the current dictionary.
Public propertyIsReadOnly
Gets a value indicating whether the actual dictionary is read-only.
Public propertyItem
Gets or sets the extended data with the specified application registry name.
Public propertyValues
Gets an ICollection containing the extended data list of the current dictionary.
Top
Methods
  NameDescription
Public methodAdd
Adds an extended data to the current dictionary.
Public methodAddRange
Adds a list of extended data to the current dictionary.
Public methodClear
Removes all extended data from the current dictionary.
Public methodContainsAppId
Determines whether current dictionary contains an extended data with the specified application registry name.
Public methodContainsValue
Determines whether current dictionary contains a specified extended data.
Public methodGetEnumerator
Returns an enumerator that iterates through the dictionary.
Public methodRemove
Removes an extended data with the specified application registry name from the current dictionary.
Public methodTryGetValue
Gets the extended data associated with the specified application registry name.
Top
See Also