IEndpointComparerPolicy.Comparer Property

Definition

Gets an IComparer<T> that will be used to sort the endpoints.

public:
 property System::Collections::Generic::IComparer<Microsoft::AspNetCore::Http::Endpoint ^> ^ Comparer { System::Collections::Generic::IComparer<Microsoft::AspNetCore::Http::Endpoint ^> ^ get(); };
public System.Collections.Generic.IComparer<Microsoft.AspNetCore.Http.Endpoint> Comparer { get; }
member this.Comparer : System.Collections.Generic.IComparer<Microsoft.AspNetCore.Http.Endpoint>
Public ReadOnly Property Comparer As IComparer(Of Endpoint)

Property Value

Applies to