Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

24a1818e c1f7 b848 0f96 1c1fb2ebdc5a

haplokuon edited this page May 6, 2023 · 1 revision

Add Method

netDxf 3.0.0 Library

Adds an item to the list.

Definition

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 

Parameters

  String
Folder path to add to the list. The item cannot be null.

Implements

ICollection(T).Add(T)

See Also

Reference

SupportFolders Class
netDxf.Collections Namespace

Clone this wiki locally