PowerSNMP for .NET
AddRange Method




IEnumerable collection of MibNode objects to add.
Adds a collection of MibNode objects to the MibNodes collection. Locks on SyncRoot to provide automatic thread safety.
Syntax
Public Shadows Sub AddRange( _
   ByVal collection As IEnumerable(Of MibNode) _
) 
Dim instance As MibNodes
Dim collection As IEnumerable(Of MibNode)
 
instance.AddRange(collection)
public new void AddRange( 
   IEnumerable<MibNode> collection
)
public: new void AddRange( 
   IEnumerable<MibNode*>* collection
) 
public:
new void AddRange( 
   IEnumerable<MibNode^>^ collection
) 

Parameters

collection
IEnumerable collection of MibNode objects to add.
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