共用方式為


EndpointMetadataCollection.GetEnumerator 方法

定義

IEnumerator取得所有中繼資料專案的 。

public:
 Microsoft::AspNetCore::Http::EndpointMetadataCollection::Enumerator GetEnumerator();
public Microsoft.AspNetCore.Http.EndpointMetadataCollection.Enumerator GetEnumerator ();
member this.GetEnumerator : unit -> Microsoft.AspNetCore.Http.EndpointMetadataCollection.Enumerator
Public Function GetEnumerator () As EndpointMetadataCollection.Enumerator

傳回

IEnumerator所有中繼資料專案的 。

適用於