Search
CommandList Class
See Also
 





Represents a read-only collection of Command objects.

Namespace: MindFusion.Diagramming.Commands
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public class CommandList : ICollection, IEnumerable

Visual Basic  Copy Code

Public Class CommandList
    Implements ICollection, IEnumerable

 Inheritance Hierarchy

System.Object
    MindFusion.Diagramming.Commands.CommandList

 See Also