PowerSNMP for .NET CF
CopyTo Method
See Also  Send comments on this topic.
Dart.Snmp Namespace > VariableCollection Class : CopyTo Method




array
The destination array.
arrayIndex
The index within the array to start copying.
Copies the elements of the collection to a specified array.

Syntax

Visual Basic (Declaration) 
Public Sub CopyTo( _
   ByVal array As Array, _
   ByVal arrayIndex As Integer _
) 
Visual Basic (Usage)Copy Code
Dim instance As VariableCollection
Dim array As Array
Dim arrayIndex As Integer
 
instance.CopyTo(array, arrayIndex)
C# 
public void CopyTo( 
   Array array,
   int arrayIndex
)
Managed Extensions for C++ 
public: void CopyTo( 
   Array* array,
   int arrayIndex
) 
C++/CLI 
public:
void CopyTo( 
   Array^ array,
   int arrayIndex
) 

Parameters

array
The destination array.
arrayIndex
The index within the array to start copying.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.