次の方法で共有


CollectionOrderedConstraint.Using メソッド

定義

オーバーロード

Using(IComparer)

IComparer を使用するように制約を変更し、self を返します。

Using<T>(IComparer<T>)

IComparer<T> を使用するように制約を変更し、self を返します。

Using<T>(Comparison<T>)

比較<T> を使用するように制約を変更し、self を返します。

Using(IComparer)

IComparer を使用するように制約を変更し、self を返します。

public NUnit.Framework.Constraints.CollectionOrderedConstraint Using (System.Collections.IComparer comparer);
member this.Using : System.Collections.IComparer -> NUnit.Framework.Constraints.CollectionOrderedConstraint

パラメーター

comparer
IComparer

戻り値

適用対象

Using<T>(IComparer<T>)

IComparer<T> を使用するように制約を変更し、self を返します。

public NUnit.Framework.Constraints.CollectionOrderedConstraint Using<T> (System.Collections.Generic.IComparer<T> comparer);
member this.Using : System.Collections.Generic.IComparer<'T> -> NUnit.Framework.Constraints.CollectionOrderedConstraint

型パラメーター

T

パラメーター

comparer
IComparer<T>

戻り値

適用対象

Using<T>(Comparison<T>)

比較<T> を使用するように制約を変更し、self を返します。

public NUnit.Framework.Constraints.CollectionOrderedConstraint Using<T> (Comparison<T> comparer);
member this.Using : Comparison<'T> -> NUnit.Framework.Constraints.CollectionOrderedConstraint

型パラメーター

T

パラメーター

comparer
Comparison<T>

戻り値

適用対象