Search
ItemCollection.AddRange Method
See Also
 






Adds the specified items to this collection.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public void AddRange (
    ItemCollection items
)

Visual Basic  Copy Code

Public Sub AddRange( _
    items As ItemCollection _
)

 Parameters

items

A collection of items to add to this collection.

 See Also