다음을 통해 공유


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)

속성 값

적용 대상