MindFusion WinForms Programmer's Guide
ItemCollection Class
See Also
 





Represents a strongly typed collection of Item objects.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public sealed class ItemCollection : CollectionBase, ICollection<Item>, IEnumerable<Item>

Visual Basic  Copy Code

Public NotInheritable Class ItemCollection
    Inherits CollectionBase
    Implements ICollection(Of Item), IEnumerable(Of Item)

 Inheritance Hierarchy

System.Object
    System.Collections.CollectionBase
        MindFusion.Scheduling.ItemCollection

 See Also

ItemCollection Members
MindFusion.Scheduling Namespace