EndpointMetadataComparer 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
比較子,可根據 的實作 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>) 。 |