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