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