Click or drag to resize
ArrayXAddItemCallbackT Delegate
A callback to specify the item to be added at a particular index.

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

Parameters

index
Type: SystemInt32

Type Parameters

T
The element type.

Return Value

Type: T
See Also