Represents a strongly-typed collection of Item objects.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public sealed class ItemCollection : IList<Item>, ICollection<Item>, IEnumerable<Item>, IEnumerable, INotifyCollectionChanged |
Visual Basic
Copy Code
|
|---|
Public NotInheritable Class ItemCollection |
Inheritance HierarchySystem.Object![]()
MindFusion.Scheduling.ItemCollection
See Also