共用方式為


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)

屬性值

適用於