次の方法で共有


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 コレクション。

適用対象