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 411
24a1818e c1f7 b848 0f96 1c1fb2ebdc5a
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Adds an item to the list.
Namespace: netDxf.Collections
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public void Add(
string item
)
VB
Public Sub Add (
item As String
)
C++
public:
virtual void Add(
String^ item
) sealed
F#
abstract Add :
item : string -> unit
override Add :
item : string -> unit
- String
- Folder path to add to the list. The item cannot be null.
ICollection(T).Add(T)