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)

属性值

适用于