ActionDescriptorCollection 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 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.