다음을 통해 공유


ApiConventionResult(IReadOnlyList<IApiResponseMetadataProvider>) 생성자

정의

ApiConventionResult의 새 인스턴스를 초기화합니다.

public:
 ApiConventionResult(System::Collections::Generic::IReadOnlyList<Microsoft::AspNetCore::Mvc::ApiExplorer::IApiResponseMetadataProvider ^> ^ responseMetadataProviders);
public ApiConventionResult (System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Mvc.ApiExplorer.IApiResponseMetadataProvider> responseMetadataProviders);
new Microsoft.AspNetCore.Mvc.ApiExplorer.ApiConventionResult : System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Mvc.ApiExplorer.IApiResponseMetadataProvider> -> Microsoft.AspNetCore.Mvc.ApiExplorer.ApiConventionResult
Public Sub New (responseMetadataProviders As IReadOnlyList(Of IApiResponseMetadataProvider))

매개 변수

responseMetadataProviders
IReadOnlyList<IApiResponseMetadataProvider>

작업과 연결된 의 IApiResponseMetadataProvider 시퀀스입니다.

적용 대상