PowerSNMP for .NET
CopyTo Method




The destination array.
The index within the array to start copying.
Copies the elements of the collection to a specified array.
Syntax
Public Sub CopyTo( _
   ByVal array As Array, _
   ByVal arrayIndex As Integer _
) 
Dim instance As VariableCollection
Dim array As Array
Dim arrayIndex As Integer
 
instance.CopyTo(array, arrayIndex)
public void CopyTo( 
   Array array,
   int arrayIndex
)
public: void CopyTo( 
   Array* array,
   int arrayIndex
) 
public:
void CopyTo( 
   Array^ array,
   int arrayIndex
) 

Parameters

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

Reference

VariableCollection Class
VariableCollection Members

6.1.1.2
PowerSNMP for .NET Documentation Version 7.0
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic