PowerSNMP for .NET
RemoveRange Method




The zero-based starting index of the range of MibNode objects to remove.
The number of MibNode objects to remove.
Removes a range of MibNode objects from the MibNodes collection, starting from the specified index up to the count. Locks on SyncRoot to provide automatic thread safety.
Syntax
Public Shadows Sub RemoveRange( _
   ByVal index As Integer, _
   ByVal count As Integer _
) 
Dim instance As MibNodes
Dim index As Integer
Dim count As Integer
 
instance.RemoveRange(index, count)
public new void RemoveRange( 
   int index,
   int count
)
public: new void RemoveRange( 
   int index,
   int count
) 
public:
new void RemoveRange( 
   int index,
   int count
) 

Parameters

index
The zero-based starting index of the range of MibNode objects to remove.
count
The number of MibNode objects to remove.
See Also

Reference

MibNodes Class
MibNodes Members

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