[Missing <summary> documentation for "P:Bespoke.Common.NodeCollection`1.Item(System.Int32)"]

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

Syntax

C#
public Node<T> this[
	int index
] { get; }
Visual Basic (Declaration)
Public ReadOnly Default Property Item ( _
	index As Integer _
) As Node(Of T)
Visual C++
public:
property Node<T>^ default[int index] {
	Node<T>^ get (int index);
}

Parameters

index
Type: System..::.Int32

Return Value

See Also