Freigeben über


ViewInfoContainer(IReadOnlyList<ViewInfo>) Konstruktor

Definition

Initialisiert eine neue Instanz von 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))

Parameter

views
IReadOnlyList<ViewInfo>

Die Sequenz von ViewInfo.

Gilt für: