[]
Searches for the specified IHoliday and returns the zero-based index of the first occurrence within the collection.
public int IndexOf(IHoliday holiday)
Public Function IndexOf(holiday As IHoliday) As Integer
Type | Name | Description |
---|---|---|
IHoliday | holiday | The IHoliday for which to search in the collection. |
Type | Description |
---|---|
int | A int value. |