Click or drag to resize

ObservableCollectionTAdd Method

Adds an object to the collection.

Namespace:  DXFReaderNET.Collections
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public void Add(
	T item
)

Parameters

item
Type: T
The object to add to the collection.

Return Value

Type: 
True if the object has been added to the collection, or false otherwise.
See Also