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( DelegatedServer[] array, int arrayIndex )
function Leadtools.Jpip.Server.DelegatedServersCollection.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.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2