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


PowerSNMP for .NET Documentation Version 8.0
© 2024 Dart Communications. All Rights Reserved.
Send comments on this topic