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

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

Syntax

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

Type Parameters

T

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

Inheritance Hierarchy

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

See Also