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 415
be3d30cf 216e dfc3 785f a16790f1ac57
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the table object list.
Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public ICollection<T> Items { get; }
VB
Public ReadOnly Property Items As ICollection(Of T)
Get
C++
public:
property ICollection<T>^ Items {
ICollection<T>^ get ();
}
F#
member Items : ICollection<'T> with get
ICollection(T)