PocketPlanner Programmer's Guide

ItemCollection.AddRange Method

See Also

Adds the specified items to this collection.

Namespace: MindFusion.Scheduling
Assembly: PocketPlanner

 Syntax

C#

public void AddRange (
    ItemCollection items
)

Visual Basic

Public Sub AddRange ( _
    items As ItemCollection _
)

 Parameters

items
A collection of items to add to this collection.

 See Also