Field.CopyTo

Field.CopyTo method

Copies subfields of this field into array starting from specified index.

public void CopyTo(WidgetAnnotation[] array, int index)
ParameterTypeDescription
arrayWidgetAnnotation[]Array where field must be copied.
indexInt32Starting index where fields will be copied.

See Also