'宣言 Public Overloads Function FindIndex( _ ByVal startIndex As System.Integer, _ ByVal match As System.Predicate(Of BrickBase) _ ) As System.Integer
'使用法 Dim instance As BrickCommonInfo.MatrixRow Dim startIndex As System.Integer Dim match As System.Predicate(Of BrickBase) Dim value As System.Integer value = instance.FindIndex(startIndex, match)
public System.int FindIndex( System.int startIndex, System.Predicate<BrickBase> match )
パラメータ
- startIndex
- match