[]
Gets the HolidayStyle at the specified index.
public HolidayStyle this[int index] { get; }
Public ReadOnly Default Property Item(index As Integer) As HolidayStyle
Type | Name | Description |
---|---|---|
int | index |
Type | Description |
---|---|
HolidayStyle | An int value that indicates the index. |
Gets the HolidayStyle with the specified key.
public HolidayStyle this[string key] { get; }
Public ReadOnly Default Property Item(key As String) As HolidayStyle
Type | Name | Description |
---|---|---|
string | key |
Type | Description |
---|---|
HolidayStyle | A string value that indicates the key. |