This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 416
2aa39957 9707 90c2 9a48 bcc1a85a375c
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
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. |