[]
        
(Showing Draft Content)

C1.WPF.Schedule.CoverElementCollection.Item

this Property

this[int]

Gets an object by index.

Declaration
public CoverElement this[int index] { get; }
Public ReadOnly Default Property Item(index As Integer) As CoverElement
Parameters
Type Name Description
int index
Remarks

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