Initializes a new instance of the NodeCollection<(Of <(T>)>) class

Namespace:  Bespoke.Common
Assembly:  Bespoke.Common (in Bespoke.Common.dll) Version: 4.3.0.0 (4.3.0.0)

Syntax

C#
public NodeCollection(
	Node<T> owner
)
Visual Basic (Declaration)
Public Sub New ( _
	owner As Node(Of T) _
)
Visual C++
public:
NodeCollection(
	Node<T>^ owner
)

Parameters

owner
Type: Bespoke.Common..::.Node<(Of <(T>)>)

[Missing <param name="owner"/> documentation for "M:Bespoke.Common.NodeCollection`1.#ctor(Bespoke.Common.Node{`0})"]

See Also