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

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

Syntax

C#
public Node<T> Owner { get; }
Visual Basic (Declaration)
Public ReadOnly Property Owner As Node(Of T)
Visual C++
public:
property Node<T>^ Owner {
	Node<T>^ get ();
}

See Also