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