NodeCollection T  Add Method Bespoke Osc Library
Add a node to the collection.

Namespace: Bespoke.Common
Assembly: Bespoke.Common (in Bespoke.Common.dll) Version: 5.0.0.0 (5.0.0.0)
Syntax

Public Sub Add ( _
	item As Node(Of T) _
)

Parameters

item
Type: Bespoke.Common Node T 
The node to add.
Exceptions

ExceptionCondition
OnlineSystem InvalidOperationExceptionThrown if the node is already a member of the hierarchy.
See Also