When implemented by a class, gets or sets an element at the specified index.

Namespace:  PerpetuumSoft.Framework.Model
Assembly:  PerpetuumSoft.Framework.Model (in PerpetuumSoft.Framework.Model.dll) Version: 3.9.0.1

Syntax

C#
IElement this[
	int index
] { get; }
Visual Basic (Declaration)
ReadOnly Default Property Item ( _
	index As Integer _
) As IElement
Visual C++
property IElement^ default[int index] {
	IElement^ get (int index);
}

Parameters

index
Type: System..::.Int32

See Also