public CompositeOperation( IEnumerable<Operation> operations, string name, string category )
Public Function New( _ ByVal operations As IEnumerable(Of Operation), _ Optional ByVal name As String, _ Optional ByVal category As String _ )
Parameters
- operations
- Collection of operations to initially add.
- name
- The name of the operation as it is to appear in the undo/redo lists.
- category
- Optionally, the category the operation falls into.