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