[Missing <summary> documentation for "P:Bespoke.Common.Node`1.Parent"]

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

Syntax

C#
public Node<T> Parent { get; internal set; }
Visual Basic (Declaration)
Public Property Parent As Node(Of T)
Visual C++
public:
property Node<T>^ Parent {
	Node<T>^ get ();
	void set (Node<T>^ value);
}

See Also