PowerSNMP for .NET
Insert Method (VariableCollection)




The 0 based index where the Variable is to be inserted.
A Variable to be inserted.
Adds a Variable to the collection at the specified index.
Syntax
Public Overridable Sub Insert( _
   ByVal index As Integer, _
   ByVal variable As Variable _
) 
Dim instance As VariableCollection
Dim index As Integer
Dim variable As Variable
 
instance.Insert(index, variable)
public virtual void Insert( 
   int index,
   Variable variable
)
public: virtual void Insert( 
   int index,
   Variable* variable
) 
public:
virtual void Insert( 
   int index,
   Variable^ variable
) 

Parameters

index
The 0 based index where the Variable is to be inserted.
variable
A Variable to be inserted.
Remarks

If index equals Count, the variable is appended to the list.

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