Click or drag to resize

UndoActionListAddRemove Constructor

Initializes a new instance of the UndoActionListAddRemove class

Namespace:  NeoAxis.Editor
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public UndoActionListAddRemove(
	Object list,
	ICollection<int> objectIndexes,
	bool add
)

Parameters

list
Type: SystemObject
objectIndexes
Type: System.Collections.GenericICollectionInt32
add
Type: SystemBoolean
See Also