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