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 407
eb6abf0a 96f0 776f 025e 9983de684cc9
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Adds an object to the collection.
Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public void Add(
T item
)
VB
Public Sub Add (
item As T
)
C++
public:
void Add(
T item
)
F#
member Add :
item : 'T -> unit
- T
- The object to add to the collection.
True if the object has been added to the collection, or false otherwise.