'Declaration
<__DynamicallyInvokableAttribute()> Public Function FindAll( _ ByVal match As System.Predicate(Of NPointD) _ ) As System.Collections.Generic.List(Of T)
'Usage
Dim instance As NPointDList Dim match As System.Predicate(Of NPointD) Dim value As System.Collections.Generic.List(Of T) value = instance.FindAll(match)
[__DynamicallyInvokable()] public System.Collections.Generic.List<T> FindAll( System.Predicate<NPointD> match )
Parameters
- match