Freigeben über


ActionDescriptorCollection Konstruktor

Definition

Initialisiert eine neue Instanz des ActionDescriptorCollection.

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

Parameter

items
IReadOnlyList<ActionDescriptor>

Das Ergebnis der Aktionsermittlung

version
Int32

Die eindeutige Version der ermittelten Aktionen.

Gilt für: