CompositeEndpointDataSource(IEnumerable<EndpointDataSource>) 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.
Instantiates a CompositeEndpointDataSource object from endpointDataSources
.
public:
CompositeEndpointDataSource(System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Routing::EndpointDataSource ^> ^ endpointDataSources);
public CompositeEndpointDataSource (System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Routing.EndpointDataSource> endpointDataSources);
new Microsoft.AspNetCore.Routing.CompositeEndpointDataSource : seq<Microsoft.AspNetCore.Routing.EndpointDataSource> -> Microsoft.AspNetCore.Routing.CompositeEndpointDataSource
Public Sub New (endpointDataSources As IEnumerable(Of EndpointDataSource))
Parameters
- endpointDataSources
- IEnumerable<EndpointDataSource>
An collection of EndpointDataSource objects.