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





Represents a collection of Item objects.

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

 Syntax

C#  Copy Code

public class ItemCollection<T> : StateCollection<T> where T : Item

Visual Basic  Copy Code

Public Class ItemCollection(Of T As Item)
    Inherits StateCollection(Of T)

 Inheritance Hierarchy

System.Object
    MindFusion.Scheduling.StateCollection(T)
        MindFusion.Scheduling.ItemCollection(T)

 See Also

ItemCollection(T) Members
MindFusion.Scheduling Namespace