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