[]
Gets a IHoliday specified by its index.
public IHoliday this[int index] { get; set; }
Public Default Property Item(index As Integer) As IHoliday
Type | Name | Description |
---|---|---|
int | index |
Type | Description |
---|---|
IHoliday | An int value that indicates the index. |