 | ArrayXRemoveItemCallbackT Delegate |
A callback to do something with an item being removed at a particular index.
Namespace: CandlelightAssembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntaxpublic delegate void RemoveItemCallback<T>(
T item,
int index
)
Parameters
- item
- Type: T
- index
- Type: SystemInt32
Type Parameters
- T
- The element type.
See Also