Node T  ClassBespoke Osc Library
A single-parented node forming a tree structure.
Inheritance Hierarchy

OnlineSystem Object
  Bespoke.Common Node T 

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

Public Class Node(Of T As Class) _
	Implements IEnumerable(Of T), IEnumerable
Type Parameters

T
The type of data contained within the node.
See Also