XDataDictionary Class |
Namespace: DXFReaderNET.Collections
The XDataDictionary type exposes the following members.
Name | Description | |
---|---|---|
XDataDictionary |
Initializes a new instance of XDataDictionary.
| |
XDataDictionary(IEnumerableXData) |
Initializes a new instance of XDataDictionary and has the specified items.
| |
XDataDictionary(Int32) |
Initializes a new instance of XDataDictionary and has the specified initial capacity.
|
Name | Description | |
---|---|---|
AppIds |
Gets an ICollection containing the application registry names of the current dictionary.
| |
Count |
Gets the number of extended data contained in the current dictionary.
| |
IsReadOnly |
Gets a value indicating whether the actual dictionary is read-only.
| |
Item |
Gets or sets the extended data with the specified application registry name.
| |
Values |
Gets an ICollection containing the extended data list of the current dictionary.
|
Name | Description | |
---|---|---|
Add |
Adds an extended data to the current dictionary.
| |
AddRange |
Adds a list of extended data to the current dictionary.
| |
Clear |
Removes all extended data from the current dictionary.
| |
ContainsAppId |
Determines whether current dictionary contains an extended data with the specified application registry name.
| |
ContainsValue |
Determines whether current dictionary contains a specified extended data.
| |
GetEnumerator |
Returns an enumerator that iterates through the dictionary.
| |
Remove |
Removes an extended data with the specified application registry name from the current dictionary.
| |
TryGetValue |
Gets the extended data associated with the specified application registry name.
|