ListCollectionTCopyTo Method
Namespace: Gemstone.CollectionsAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.177 -- Release Build+17e3a8c30c12a6a5a57ad4af156d7b83be281c33
public void CopyTo(
T[] array,
int index
)
Public Sub CopyTo (
array As T(),
index As Integer
)
public:
virtual void CopyTo(
array<T>^ array,
int index
) sealed
function CopyTo(array, index);
- array T
-
The one-dimensional Array that is the destination of the elements copied from ICollectionT.
The Array must have zero-based indexing.
- index Int32
- The zero-based index in array at which copying begins.
ICollectionTCopyTo(T, Int32)