RangeCollectionCopyTo Method |
Copies the contents of the range into an array.
Namespace: Bio.UtilAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public void CopyTo(
long[] array,
int arrayIndex
)
Public Sub CopyTo (
array As Long(),
arrayIndex As Integer
)
public:
virtual void CopyTo(
array<long long>^ array,
int arrayIndex
) sealed
abstract CopyTo :
array : int64[] *
arrayIndex : int -> unit
override CopyTo :
array : int64[] *
arrayIndex : int -> unit
Parameters
- array
- Type: SystemInt64
Destination array - arrayIndex
- Type: SystemInt32
Index in destination to copy data into
Implements
ICollectionTCopyTo(T, Int32)See Also