ApiDescriptionGroupCollection 생성자

정의

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

public:
 ApiDescriptionGroupCollection(System::Collections::Generic::IReadOnlyList<Microsoft::AspNetCore::Mvc::ApiExplorer::ApiDescriptionGroup ^> ^ items, int version);
public ApiDescriptionGroupCollection (System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Mvc.ApiExplorer.ApiDescriptionGroup> items, int version);
new Microsoft.AspNetCore.Mvc.ApiExplorer.ApiDescriptionGroupCollection : System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Mvc.ApiExplorer.ApiDescriptionGroup> * int -> Microsoft.AspNetCore.Mvc.ApiExplorer.ApiDescriptionGroupCollection
Public Sub New (items As IReadOnlyList(Of ApiDescriptionGroup), version As Integer)

매개 변수

version
Int32

검색된 그룹의 고유한 버전입니다.

적용 대상