共用方式為


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

適用於