Click or drag to resize

MonitoredListT Constructor

Construct a new list with the given initial items and delegates.

Namespace:  RavingBots.MagicGestures.Utils
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public MonitoredList(
	List<T> list,
	Action<T> onAdded,
	Action<T> onRemoved,
	Action<T> onMoved
)

Parameters

list
Type: System.Collections.GenericListT
onAdded
Type: SystemActionT
onRemoved
Type: SystemActionT
onMoved
Type: SystemActionT
See Also