Compartilhar via


CompositeEndpointDataSource(IEnumerable<EndpointDataSource>) Construtor

Definição

Cria uma instância de um CompositeEndpointDataSource objeto de 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))

Parâmetros

endpointDataSources
IEnumerable<EndpointDataSource>

Uma coleção de EndpointDataSource objetos.

Aplica-se a