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