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#
public IElement this[
	int index
] { get; set; }
Visual Basic (Declaration)
Public Default Property Item ( _
	index As Integer _
) As IElement
Visual C++
public:
virtual property IElement^ default[int index] {
	IElement^ get (int index) sealed;
	void set (int index, IElement^ value) sealed;
}

Parameters

index
Type: System..::.Int32

Implements

IElementList..::.Item[([(Int32])])

See Also