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