MindFusion.Scheduling for Silverlight Programmer's Guide
ItemCollection Class
See Also
 





Represents a strongly-typed collection of Item objects.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Silverlight

 Syntax

C#  Copy Code

public sealed class ItemCollection : IList<Item>, ICollection<Item>, IEnumerable<Item>, IEnumerable, INotifyCollectionChanged

Visual Basic  Copy Code

Public NotInheritable Class ItemCollection
    Implements IList(Of Item), ICollection(Of Item), IEnumerable(Of Item), IEnumerable, INotifyCollectionChanged

 Inheritance Hierarchy

System.Object
    MindFusion.Scheduling.ItemCollection

 See Also

ItemCollection Members
MindFusion.Scheduling Namespace