VelocityDbHashSetTCopyTo Method (T) |
Copies the entire List to a compatible one-dimensional array, starting at the beginning of the target array.
Namespace:
VelocityDb.Collection
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public void CopyTo(
T[] array
)
Public Sub CopyTo (
array As T()
)
public:
void CopyTo(
array<T>^ array
)
member CopyTo :
array : 'T[] -> unit
Parameters
- array
- Type: T
The one-dimensional Array that is the destination of the elements copied from List. The Array must have zero-based indexing.
See Also