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





Initializes a new ItemCollection from the specified strongly-typed collection.

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

 Syntax

C#  Copy Code

public ItemCollection<T> (
    IEnumerable<T> collection
)

Visual Basic  Copy Code

Public New (Of T) ( _
    collection As IEnumerable(Of T) _
)

 Parameters

collection

Type: IEnumerable(T)
The initial collection.

 See Also

ItemCollection(T) Constructor Overload List
ItemCollection(T) Class
MindFusion.Scheduling Namespace