ViaCollection.CopyTo Method
Copies the elements of the collection to an array, starting at a particular index.
Namespace: Microsoft.Web.Services3.Referral
Assembly: Microsoft.Web.Services3 (in microsoft.web.services3.dll)
Usage
'Usage
Dim array() As Via
Dim index As Integer
Dim viaCollection1 As ViaCollection
viaCollection1.CopyTo(array, index)
Syntax
'Declaration
Public Sub CopyTo( _
ByVal array() As Via, _
ByVal index As Integer _
)
public void CopyTo(
Via[] array,
int index
);
public:
void CopyTo(
array<Via^>^ array,
int index
);
public void CopyTo(
Via[] array,
int index
);
public function CopyTo(
array : Via[],
index : int
) : Void;
Parameters
- array
The array of type Via to receive the elements of the collection.
- index
The zero-based index of the starting point for the addition.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows 2000, Windows 2000 Server, Windows 2000 Advanced Server
Target Platforms
See Also
Reference
ViaCollection Class
ViaCollection Members
Microsoft.Web.Services3.Referral Namespace