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