'Declaration
<__DynamicallyInvokableAttribute()> Public Overloads Function FindLastIndex( _ ByVal startIndex As System.Integer, _ ByVal match As System.Predicate(Of NPointF) _ ) As System.Integer
'Usage
Dim instance As NPointFList Dim startIndex As System.Integer Dim match As System.Predicate(Of NPointF) Dim value As System.Integer value = instance.FindLastIndex(startIndex, match)
[__DynamicallyInvokable()] public System.int FindLastIndex( System.int startIndex, System.Predicate<NPointF> match )
Parameters
- startIndex
- match