Returns the Aspect at the given index

Namespace:  Gaia.WebWidgets
Assembly:  Gaia.WebWidgets (in Gaia.WebWidgets.dll) Version: 3.6.0.0 (3.6.0.0)

Syntax

C#
public IAspect this[
	int index
] { get; set; }
Visual Basic (Declaration)
Public Default Property Item ( _
	index As Integer _
) As IAspect

Parameters

index
Type: System..::.Int32
index of item to return

Return Value

IAspect at specific index

Implements

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

See Also