Gets an object by index.

Namespace:  C1.WPF.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

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

Parameters

index
Type: System..::..Int32

Return Value

Remarks

The default implementation tries to get an object by key if integer value is specified.

See Also