'Declaration
<__DynamicallyInvokableAttribute()> Public Function RemoveAll( _ ByVal match As System.Predicate(Of NTreeEdge) _ ) As System.Integer
'Usage
Dim instance As NTreeEdgeList Dim match As System.Predicate(Of NTreeEdge) Dim value As System.Integer value = instance.RemoveAll(match)
[__DynamicallyInvokable()] public System.int RemoveAll( System.Predicate<NTreeEdge> match )
Parameters
- match