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
)
Public Sub Add (
item As T
)
public:
void Add(
T item
)
member Add :
item : 'T -> unit
METHOD Add(
item AS T
) AS VOID
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