GrapeCity.Win.PluginInputMan アセンブリ > GrapeCity.Win.Spread.InputMan.CellType 名前空間 > CollectionBase<T> クラス > FindIndex メソッド : FindIndex<TTarget>(Int32,Int32,Predicate<TTarget>) メソッド |
'Declaration
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
例外 | 説明 |
---|---|
System.ArgumentOutOfRangeException | カウントが0未満です。 |
System.ArgumentNullException | 一致はnullです。 |