Gets an object by index.
Namespace:
C1.Silverlight.ScheduleAssembly: C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)
Syntax
C# |
---|
public CoverElement this[ int index ] { get; } |
Visual Basic |
---|
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.