Search
CommandList Constructor
See Also
 





Initializes a new instance of the CommandList class.

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

 Syntax

C#  Copy Code

public CommandList (
    CommandCollection innerCollection
)

Visual Basic  Copy Code

Public New ( _
    innerCollection As CommandCollection _
)

 Parameters

innerCollection

 See Also