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