WorkingTimeCollection.CopyTo

WorkingTimeCollection.CopyTo method

kopiert den Inhalt einer Sammlung in ein Array, beginnend bei einem bestimmten Index

public void CopyTo(WorkingTime[] array, int arrayIndex)
ParameterTypBeschreibung
arrayWorkingTime[]ein Array, in das kopiert werden soll.
arrayIndexInt32Start-Array-Index

Siehe auch