MindFusion.Scheduling for ASP.NET Programmer's Guide
ItemCollection(T).Add Method
See Also
 





Adds the specified item to the collection.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public override void Add (
    T item
)

Visual Basic  Copy Code

Public Overrides Sub Add( _
    item As T _
)

 Parameters

item

Type: T
The item to add.

 See Also

ItemCollection(T) Members
ItemCollection(T) Class
MindFusion.Scheduling Namespace