Dart.Snmp Namespace > MibNodes Class : InsertRange Method |
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 )