 | SubListTCopyTo Method |
Copies to list to the array.
Namespace:
com.espertech.esper.compat.collections
Assembly:
NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntaxpublic void CopyTo(
T[] array,
int arrayIndex
)
Parameters
- array
- Type: T
The array. - arrayIndex
- Type: SystemInt32
Index of the array.
See Also