Share via


CompositeEndpointDataSource(IEnumerable<EndpointDataSource>) 构造函数

定义

endpointDataSources实例化 CompositeEndpointDataSource 对象。

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

适用于