TableObjectsTItems Property
|
Gets the table object list.
Namespace:
DXFReaderNET.Collections
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public ICollection<T> Items { get; }
Public ReadOnly Property Items As ICollection(Of T)
Get
public:
property ICollection<T>^ Items {
ICollection<T>^ get ();
}
member Items : ICollection<'T> with get
PROPERTY Items AS ICollection<T> GET
Property Value
Type:
ICollectionTSee Also