ACadSharp.Objects.Collections.ObjectDictionaryCollection_T_ - DomCR/ACadSharp GitHub Wiki
ObjectDictionaryCollection Class
Object collection linked to a dictionary
Definition
Namespace: ACadSharp.Objects.Collections
C#
DefaultMemberAttribute
public abstractclass ObjectDictionaryCollection<T>
Properties
Returns | Name | Summary |
---|---|---|
UInt64 |
Handle | Unique handle for this object |
T |
Item |
Methods
Returns | Name | Summary |
---|---|---|
Void |
Add(T) | Add an entry to the collection |
Void |
Clear | Removes all keys and values from the . |
Boolean |
ContainsKey(System.String) | Determines whether the contains the specified key. |
IEnumerator<T> |
GetEnumerator | |
Boolean |
Remove(System.String, T@) | Remove an entry from the collection. |
Boolean |
Remove(System.String) | Remove an entry from the collection. |
Boolean |
TryGetValue(System.String, T@) | Gets the value associated with the specific key |