GrapeCity.Win.CalendarGrid.v40 アセンブリ > GrapeCity.Win.CalendarGrid.Editors 名前空間 > CollectionBase<T> クラス > FindIndex メソッド : FindIndex<TTarget>(Int32,Int32,Predicate<TTarget>) メソッド |
Public Overloads Function FindIndex(Of TTarget As T)( _ ByVal startIndex As Integer, _ ByVal count As Integer, _ ByVal match As Predicate(Of TTarget) _ ) As Integer
public int FindIndex<TTarget>( int startIndex, int count, Predicate<TTarget> match ) where TTarget: T