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