次の方法で共有


EndpointMetadataComparer クラス

定義

の実装IEndpointComparerPolicyに基づいてインスタンスを並べ替Endpointえることができる比較子。 実装は、サービス プロバイダーから取得し、 に ExpandEndpoint(Int32, IReadOnlyList<Endpoint>, IComparer<Endpoint>)提供できます。

public ref class EndpointMetadataComparer sealed : System::Collections::Generic::IComparer<Microsoft::AspNetCore::Http::Endpoint ^>
public sealed class EndpointMetadataComparer : System.Collections.Generic.IComparer<Microsoft.AspNetCore.Http.Endpoint>
type EndpointMetadataComparer = class
    interface IComparer<Endpoint>
Public NotInheritable Class EndpointMetadataComparer
Implements IComparer(Of Endpoint)
継承
EndpointMetadataComparer
実装

明示的なインターフェイスの実装

IComparer<Endpoint>.Compare(Endpoint, Endpoint)

の実装IEndpointComparerPolicyに基づいてインスタンスを並べ替Endpointえることができる比較子。 実装は、サービス プロバイダーから取得し、 に ExpandEndpoint(Int32, IReadOnlyList<Endpoint>, IComparer<Endpoint>)提供できます。

適用対象