-
-
Notifications
You must be signed in to change notification settings - Fork 122
ACadSharp.Tables.Collections.Table_T_
Albert Domenech edited this page Aug 4, 2024
·
3 revisions
Namespace: ACadSharp.Tables.Collections
C#
DefaultMemberAttribute
DxfSubClassAttribute
public abstractclass Table<T>
Returns | Name | Summary |
---|---|---|
Int32 |
Count | Gets the number of entries in this table |
T |
Item | |
String |
ObjectName | |
String |
SubclassMarker |
Returns | Name | Summary |
---|---|---|
Void |
Add(T) | Add a to the collection, this method triggers |
Void |
AddRange(System.Collections.Generic.IEnumerable{T}) | Add multiple to the collection, this method triggers |
Boolean |
Contains(System.String) | Determines whether the contains the specified key. |
Void |
CreateDefaultEntries | Create the default entries for the table if they don't exist |
IEnumerator<T> |
GetEnumerator | |
T |
Remove(System.String) | Removes a from the collection, this method triggers |
Boolean |
TryGetValue(System.String, T@) | Gets the value associated with the specified 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.IO.DWG
- ACadSharp.Objects
- ACadSharp.Objects.Collections
- ACadSharp.Objects.Evaluations
- ACadSharp.Tables
- ACadSharp.Tables.Collections
- ACadSharp.Types.Units
- ACadSharp.XData
- CSMath
- CSMath.Geometry
- CSUtilities.Attributes
- CSUtilities.Extensions