-
-
Notifications
You must be signed in to change notification settings - Fork 117
ACadSharp.Objects.Collections.ObjectDictionaryCollection_T_
Albert Domenech edited this page Aug 14, 2024
·
5 revisions
Object collection linked to a dictionary
Namespace: ACadSharp.Objects.Collections
C#
DefaultMemberAttribute
public abstractclass ObjectDictionaryCollection<T>
Returns | Name | Summary |
---|---|---|
UInt64 |
Handle | Unique handle for this object |
T |
Item |
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 |
ACadSharp Class Library Documentation
Documentation created by NetDocGen
- ACadSharp
- ACadSharp.Attributes
- ACadSharp.Blocks
- ACadSharp.Classes
- ACadSharp.Entities
- ACadSharp.Exceptions
- ACadSharp.Header
- ACadSharp.IO
- ACadSharp.Objects
- ACadSharp.Objects.Collections
- ACadSharp.Tables
- ACadSharp.Tables.Collections
- ACadSharp.Types.Units
- CSMath
- CSMath.Geometry
- CSUtilities.Attributes
- CSUtilities.Extensions