'宣言 Public Overloads Function LastIndexOf( _ ByVal item As System.Integer _ ) As System.Integer
'使用法 Dim instance As BookmarkList Dim item As System.Integer Dim value As System.Integer value = instance.LastIndexOf(item)
public System.int LastIndexOf( System.int item )
パラメータ
- item