ComparisonConstraint.Using メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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.ComparisonConstraint Using (System.Collections.IComparer comparer);
member this.Using : System.Collections.IComparer -> NUnit.Framework.Constraints.ComparisonConstraint
パラメーター
- comparer
- IComparer
戻り値
適用対象
Using<T>(IComparer<T>)
IComparer<T> を使用するように制約を変更し、self を返します。
public NUnit.Framework.Constraints.ComparisonConstraint Using<T> (System.Collections.Generic.IComparer<T> comparer);
member this.Using : System.Collections.Generic.IComparer<'T> -> NUnit.Framework.Constraints.ComparisonConstraint
型パラメーター
- T
パラメーター
- comparer
- IComparer<T>
戻り値
適用対象
Using<T>(Comparison<T>)
比較<T> を使用するように制約を変更し、self を返します。
public NUnit.Framework.Constraints.ComparisonConstraint Using<T> (Comparison<T> comparer);
member this.Using : Comparison<'T> -> NUnit.Framework.Constraints.ComparisonConstraint
型パラメーター
- T
パラメーター
- comparer
- Comparison<T>