VelocityDbListTCopyTo Method (Array, Int32) |
Copies list to an array
Namespace:
VelocityDb.Collection
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public void CopyTo(
Array array,
int arrayIndex
)
Public Sub CopyTo (
array As Array,
arrayIndex As Integer
)
public:
void CopyTo(
Array^ array,
int arrayIndex
)
member CopyTo :
array : Array *
arrayIndex : int -> unit
Parameters
- array
- Type: SystemArray
the array to copy to - arrayIndex
- Type: SystemInt32
start index in array for copy
See Also