ActionDescriptorCollection Constructor

Definition

Initializes a new instance of the 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)

Parameters

items
IReadOnlyList<ActionDescriptor>

The result of action discovery

version
Int32

The unique version of discovered actions.

Applies to