 | ArrayXAddItemCallbackT Delegate |
A callback to specify the item to be added at a particular index.
Namespace: CandlelightAssembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntaxpublic delegate T AddItemCallback<T>(
int index
)
Parameters
- index
- Type: SystemInt32
Type Parameters
- T
- The element type.
Return Value
Type:
T
See Also