XDataDictionary Class |
Namespace: netDxf.Collections
public sealed class XDataDictionary : IDictionary<string, XData>, ICollection<KeyValuePair<string, XData>>, IEnumerable<KeyValuePair<string, XData>>, IEnumerable
The XDataDictionary type exposes the following members.
| Name | Description | |
|---|---|---|
| XDataDictionary |
Initializes a new instance of XDataDictionary.
| |
| XDataDictionary(Int32) |
Initializes a new instance of XDataDictionary and has the specified initial capacity.
| |
| XDataDictionary(IEnumerableXData) |
Initializes a new instance of XDataDictionary and has the specified items.
|
| 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.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetEnumerator |
Returns an enumerator that iterates through the dictionary.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Remove |
Removes an extended data with the specified application registry name from the current dictionary.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| TryGetValue |
Gets the extended data associated with the specified application registry name.
|
| Name | Description | |
|---|---|---|
| AddAppReg | ||
| RemoveAppReg |