[Missing <summary> documentation for "P:Bespoke.Common.SubArray`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 T this[
	int index
] { get; }
Visual Basic (Declaration)
Public ReadOnly Default Property Item ( _
	index As Integer _
) As T
Visual C++
public:
property T default[int index] {
	T get (int index);
}

Parameters

index
Type: System..::.Int32

Return Value

See Also