Search
CommandCollection Constructor (Int32)
See Also
 






Initializes a new instance of the CommandCollection class with the specified initial capacity.

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

 Syntax

C#  Copy Code

public CommandCollection (
    int capacity
)

Visual Basic  Copy Code

Public New ( _
    capacity As Integer _
)

 Parameters

capacity

 See Also