| C1.C1Word.4 Assembly > C1.Util Namespace > CodeRanges Class > FindIndex Method : FindIndex(Int32,Predicate<CodeRange>) Method |
'Declaration Public Overloads Function FindIndex( _ ByVal startIndex As System.Integer, _ ByVal match As System.Predicate(Of CodeRange) _ ) As System.Integer
public System.int FindIndex( System.int startIndex, System.Predicate<CodeRange> match )