Accesses a collection value

Namespace: DayPilot.Json
Assembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)

Syntax

C#
public JsonData this[
	int index
] { get; set; }
Visual Basic
Public Default Property Item ( _
	index As Integer _
) As JsonData
	Get
	Set
Visual C++
public:
property JsonData^ default[int index] {
	JsonData^ get (int index);
	void set (int index, JsonData^ value);
}

Parameters

index
Type: System..::..Int32

Return Value

See Also