| C1.Win.C1SpellChecker.4 Assembly > C1.Win.C1SpellChecker Namespace > SuggestionList Class > FindLastIndex Method : FindLastIndex(Int32,Int32,Predicate<String>) Method |
'Declaration Public Overloads Function FindLastIndex( _ ByVal startIndex As System.Integer, _ ByVal count As System.Integer, _ ByVal match As System.Predicate(Of String) _ ) As System.Integer
public System.int FindLastIndex( System.int startIndex, System.int count, System.Predicate<string> match )