Search
CommandCollection Class
See Also
 






A collection of commands.

Namespace: MindFusion.Diagramming.Commands
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public class CommandCollection : List<Command>

Visual Basic  Copy Code

Public Class CommandCollection
    Inherits List(Of Command)

 Inheritance Hierarchy

System.Object
    System.Collections.Generic.List(Command)
        MindFusion.Diagramming.Commands.CommandCollection

 See Also