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