Click or drag to resize
ArrayXRemoveItemCallbackT Delegate
A callback to do something with an item being removed at a particular index.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public delegate void RemoveItemCallback<T>(
	T item,
	int index
)

Parameters

item
Type: T
index
Type: SystemInt32

Type Parameters

T
The element type.
See Also