다음을 통해 공유


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 컬렉션입니다.

적용 대상