Search
DayOfWeekStyleCollection.CopyTo Method
See Also
 





Copies the elements of the DayOfWeekStyleCollection to another collection, starting from a particular index.

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public void CopyTo (
    DayOfWeekStyleCollection collection,
    int index
)

Visual Basic  Copy Code

Public Sub CopyTo ( _
    collection As DayOfWeekStyleCollection, _
    index As Integer _
)

 Parameters

collection

The target collection to which items should be copied.

index

Specifies the index at which items should be inserted in the target collection.

 See Also