Leadtools.Jpip.Server Namespace > DelegatedServersCollection Class : CopyTo Method |
public virtual void CopyTo( DelegatedServer[] array, int arrayIndex )
'Declaration Public Overridable Sub CopyTo( _ ByVal array() As DelegatedServer, _ ByVal arrayIndex As Integer _ )
'Usage Dim instance As DelegatedServersCollection Dim array() As DelegatedServer Dim arrayIndex As Integer instance.CopyTo(array, arrayIndex)
public: virtual void CopyTo( array<DelegatedServer^>^ array, int arrayIndex )
This method uses System.Array.Copy to copy the elements.
The elements are copied to the Array in the same order in which the enumerator iterates through the List.