Search
ItemCollection.Add Method
See Also
 






Adds the specified item to this collection.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public void Add (
    Item item
)

Visual Basic  Copy Code

Public Sub Add( _
    item As Item _
)

 Parameters

item

An Item instance to be added to the collection.

 See Also