[]
Removes the first occurrence of the specified IHoliday from the HolidayCollection.
public void Remove(IHoliday holiday)
Public Sub Remove(holiday As IHoliday)
Type | Name | Description |
---|---|---|
IHoliday | holiday | The IHoliday to remove from the collection. |