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

eb6abf0a 96f0 776f 025e 9983de684cc9

haplokuon edited this page May 6, 2023 · 1 revision

Add Method

netDxf 3.0.0 Library

Adds an object to the collection.

Definition

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 

Parameters

  T
The object to add to the collection.

Return Value

True if the object has been added to the collection, or false otherwise.

See Also

Reference

ObservableCollection(T) Class
netDxf.Collections Namespace

Clone this wiki locally