Used to index into the collection

Namespace: BrightstarDB.Dynamic
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

C#
public Object this[
	int ix
] { get; }
Visual Basic
Public ReadOnly Default Property Item ( 
	ix As Integer
) As Object
	Get
Visual C++
public:
property Object^ default[int ix] {
	Object^ get (int ix);
}
F#
member Item : Object with get

Parameters

ix
Type: System..::..Int32
Position in the collection

Return Value

Type: Object
Object as specified position

See Also