EndpointMetadataComparer<TMetadata> 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
實作的 IComparer<T> 基類,使用特定類型的中繼資料 Metadata 進行比較。 適用于實作 Comparer 。
generic <typename TMetadata>
where TMetadata : classpublic ref class EndpointMetadataComparer abstract : System::Collections::Generic::IComparer<Microsoft::AspNetCore::Http::Endpoint ^>
public abstract class EndpointMetadataComparer<TMetadata> : System.Collections.Generic.IComparer<Microsoft.AspNetCore.Http.Endpoint> where TMetadata : class
type EndpointMetadataComparer<'Metadata (requires 'Metadata : null)> = class
interface IComparer<Endpoint>
Public MustInherit Class EndpointMetadataComparer(Of TMetadata)
Implements IComparer(Of Endpoint)
類型參數
- TMetadata
要比較的元資料類型。 這通常是與所處理之應用程式相關的元資料類型。
- 繼承
-
EndpointMetadataComparer<TMetadata>
- 實作
建構函式
EndpointMetadataComparer<TMetadata>() |
實作的 IComparer<T> 基類,使用特定類型的中繼資料 Metadata 進行比較。 適用于實作 Comparer 。 |
欄位
Default |
的預設實例 EndpointMetadataComparer 。 |
方法
Compare(Endpoint, Endpoint) |
比較兩個物件並傳回值,指出其中一個物件為小於、等於或大於另一個物件。 |
CompareMetadata(TMetadata, TMetadata) |
比較兩個 |
GetMetadata(Endpoint) |
從提供的端點取得 型 |