Dart.Snmp Namespace > MibNodes Class : RemoveAll Method |
Public Shadows Function RemoveAll( _ ByVal match As Predicate(Of MibNode) _ ) As Integer
Dim instance As MibNodes Dim match As Predicate(Of MibNode) Dim value As Integer value = instance.RemoveAll(match)
public new int RemoveAll( Predicate<MibNode> match )
public: new int RemoveAll( Predicate<MibNode*>* match )
public: new int RemoveAll( Predicate<MibNode^>^ match )