'宣言 Public Overloads Shared Function BinarySearch(Of T)( _ ByVal list As IIndexedPool(Of T), _ ByVal comparisonFunction As Func(Of T,Integer) _ ) As Integer
public static int BinarySearch<T>( IIndexedPool<T> list, Func<T,int> comparisonFunction )
ArrayUtil クラス ArrayUtil メンバ オーバーロード一覧