SpecialDatesCollection.CopyTo Method

WebControls UltimateCalendar

UltimateCalendar Class Library

SpecialDatesCollection.CopyTo Method 

Copies the items from the SpecialDatesCollection to the specified System.Array, starting with the specified index.

[Visual Basic] NotOverridable Public Sub CopyTo( _
   ByVal array As Array, _
   ByVal index As Integer _
) _
    Implements ICollection.CopyTo
[C#]
public void CopyTo(
   Array array,
   int index
);

Parameters

array
A zero-based System.Array that receives the copied items from the SpecialDatesCollection.
index
The first index in the specified System.Array to receive the items.

Implements

ICollection.CopyTo

See Also

SpecialDatesCollection Class | Karamasoft.WebControls.UltimateCalendar Namespace