'Declaration Public Sub CopyTo( _ ByVal array() As Element, _ ByVal index As Integer _ )
'Usage Dim instance As ElementCollection Dim array() As Element Dim index As Integer instance.CopyTo(array, index)
public void CopyTo( Element[] array, int index )
public: void CopyTo( Element*[]* array, int index )
public: void CopyTo( array<Element^>^ array, int index )
ElementCollection Class ElementCollection Members
©2019. Accusoft Corporation. All Rights Reserved.