CopyTo

CopyTo(T[])

public void CopyTo(T[] array)
ParamètreTaperLa description
arrayT[]

Voir également


CopyTo(T[], int)

public void CopyTo(T[] array, int arrayIndex)
ParamètreTaperLa description
arrayT[]
arrayIndexInt32

Voir également


CopyTo(int, T[], int, int)

public void CopyTo(int index, T[] array, int arrayIndex, int count)
ParamètreTaperLa description
indexInt32
arrayT[]
arrayIndexInt32
countInt32

Voir également