CopyTo

WorkingTimeCollection.CopyTo method

copies a collection content into an Array, starting at a particular index

public void CopyTo(WorkingTime[] array, int arrayIndex)
ParameterTypeDescription
arrayWorkingTime[]an array to copy to.
arrayIndexInt32starting array index

See Also