CompositeEndpointDataSource(IEnumerable<EndpointDataSource>) Конструктор

Определение

Создает экземпляр объекта из CompositeEndpointDataSourceendpointDataSources.

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))

Параметры

endpointDataSources
IEnumerable<EndpointDataSource>

Коллекция EndpointDataSource объектов .

Применяется к