Gets the object at the specified index.

Namespace:  proCube.Api
Assembly:  proCubeApi (in proCubeApi.dll) Version: 8.0.1.325

Syntax

C#
T this[
	int index
] { get; set; }
Visual Basic (Usage)
Dim instance As ICollection
Dim index As Integer
Dim value As T

value = instance(index)

instance(index) = value

Parameters

index
Type: System..::.Int32

Implements

IArray<(Of <(T>)>)..::.Item[([(Int32])])

See Also