PowerSNMP for .NET
InsertRange Method




Index to start the insert operation at.
IEnumerable collection of MibNode objects to insert.
Inserts a collection of MibNode objects at the specified index in the MibNodes collection. Locks on SyncRoot to provide automatic thread safety.
Syntax
Public Shadows Sub InsertRange( _
   ByVal index As Integer, _
   ByVal collection As IEnumerable(Of MibNode) _
) 
Dim instance As MibNodes
Dim index As Integer
Dim collection As IEnumerable(Of MibNode)
 
instance.InsertRange(index, collection)
public new void InsertRange( 
   int index,
   IEnumerable<MibNode> collection
)
public: new void InsertRange( 
   int index,
   IEnumerable<MibNode*>* collection
) 
public:
new void InsertRange( 
   int index,
   IEnumerable<MibNode^>^ collection
) 

Parameters

index
Index to start the insert operation at.
collection
IEnumerable collection of MibNode objects to insert.
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