'Declaration Public Sub CopyTo( _ ByVal array() As SvgElement, _ ByVal arrayIndex As System.Integer _ )
public void CopyTo( SvgElement[] array, System.int arrayIndex )
Parameters
- array
- The one-dimensional Array that is the destination of the elements.
- arrayIndex
- The zero-based index in array at which copying begins.