'宣言
Public Overloads Function FindIndex( _ ByVal startIndex As Integer, _ ByVal match As Predicate(Of Style) _ ) As Integer
public int FindIndex( int startIndex, Predicate<Style> match )
パラメータ
- startIndex
- match
'宣言
Public Overloads Function FindIndex( _ ByVal startIndex As Integer, _ ByVal match As Predicate(Of Style) _ ) As Integer
public int FindIndex( int startIndex, Predicate<Style> match )