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