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