NodeCollection T  Remove Method Bespoke Osc Library
Remove a node from the collection.

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

Public Function Remove ( _
	item As Node(Of T) _
) As Boolean

Parameters

item
Type: Bespoke.Common Node T 
The node to remove.

Return Value

[Missing <returns> documentation for "M:Bespoke.Common.NodeCollection`1.Remove(Bespoke.Common.Node{`0})"]

See Also