MindFusion.Wpf Pack Programmer's Guide
ItemCollection.Add Method
See Also
 





Adds the specified item to this collection.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Wpf

 Syntax

C#  Copy Code

public virtual void Add (
    Item item
)

Visual Basic  Copy Code

Public Overridable Sub Add ( _
    item As Item _
)

 Parameters

item
An Item instance to be added to the collection.

 See Also

ItemCollection Members
ItemCollection Class
MindFusion.Scheduling Namespace