次の方法で共有


UnboundedPrioritizedChannelOptions<T>.Comparer プロパティ

定義

要素に優先順位を付けるためにチャネルによって使用される比較子を取得または設定します。

public:
 property System::Collections::Generic::IComparer<T> ^ Comparer { System::Collections::Generic::IComparer<T> ^ get(); void set(System::Collections::Generic::IComparer<T> ^ value); };
public System.Collections.Generic.IComparer<T>? Comparer { get; set; }
member this.Comparer : System.Collections.Generic.IComparer<'T> with get, set
Public Property Comparer As IComparer(Of T)

プロパティ値

適用対象