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