A collection of commands.
Namespace: MindFusion.Diagramming.Commands
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public class CommandCollection : List<Command> |
Visual Basic
Copy Code
|
|---|
Public Class CommandCollection |
Inheritance HierarchySystem.Object![]()
System.Collections.Generic.List(Command)![]()
MindFusion.Diagramming.Commands.CommandCollection
See Also