Initializes a new instance of the Node<(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 Node(
	T data
)
Visual Basic (Declaration)
Public Sub New ( _
	data As T _
)
Visual C++
public:
Node(
	T data
)

Parameters

data
Type: T

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

See Also