'宣言
Public Shared Function findIndex(Of T)( _ ByVal list As List(Of T), _ ByVal match As Predicate(Of T) _ ) As Integer
パラメータ
- list
- match
型パラメータ
- T
'宣言
Public Shared Function findIndex(Of T)( _ ByVal list As List(Of T), _ ByVal match As Predicate(Of T) _ ) As Integer