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

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

Syntax

C#
public class Node<T> : IEnumerable<T>, IEnumerable
where T : class
Visual Basic (Declaration)
Public Class Node(Of T As Class) _
	Implements IEnumerable(Of T), IEnumerable
Visual C++
generic<typename T>
where T : ref class
public ref class Node : IEnumerable<T>, IEnumerable

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:Bespoke.Common.Node`1"]

Inheritance Hierarchy

System..::.Object
  Bespoke.Common..::.Node<(Of <(T>)>)

See Also