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