CombinedEdit Constructor (IListIUndoableEdit) |
Initializes a new instance of the
CombinedEdit class with the specified list of edits.
Namespace:
Demo3D.Visuals
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntaxpublic CombinedEdit(
IList<IUndoableEdit> edits
)
Parameters
- edits
- Type: System.Collections.GenericIListIUndoableEdit
The collection of edits to combine.
See Also