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すべてのメタデータ項目の 。

適用対象