Represents a strongly-typed collection of Item objects.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Silverlight
C# Copy Code |
---|
public sealed class ItemCollection : IList<Item>, ICollection<Item>, IEnumerable<Item>, IEnumerable, INotifyCollectionChanged |
Visual Basic Copy Code |
---|
Public NotInheritable Class ItemCollection |
System.Object
MindFusion.Scheduling.ItemCollection