ViewInfoContainer(IReadOnlyList<ViewInfo>) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of ViewInfos.
public:
ViewInfoContainer(System::Collections::Generic::IReadOnlyList<Microsoft::AspNetCore::Mvc::ApplicationParts::ViewInfo ^> ^ views);
public ViewInfoContainer (System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Mvc.ApplicationParts.ViewInfo> views);
new Microsoft.AspNetCore.Mvc.ApplicationParts.ViewInfoContainer : System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Mvc.ApplicationParts.ViewInfo> -> Microsoft.AspNetCore.Mvc.ApplicationParts.ViewInfoContainer
Public Sub New (views As IReadOnlyList(Of ViewInfo))
Parameters
- views
- IReadOnlyList<ViewInfo>
The sequence of ViewInfo.