BaseOperatorCollection.CopyTo

BaseOperatorCollection.CopyTo method

Copies operators into operators list.

public abstract void CopyTo(Operator[] array, int index)
ParameterTypeDescription
arrayOperator[]Array with operators which must to be copied. This array must be Object[] or Operator[].
indexInt32Starting index from which operators will be copied

See Also