1 type derived from CustomCollectionConverterFactory
Microsoft.AspNetCore.Http.Extensions (1)
src\Components\Endpoints\src\FormMapping\Factories\Collections\ConcreteTypeCollectionConverterFactory.cs (1)
42
private class CustomCollectionConverterFactory<TCustomCollection> :
CustomCollectionConverterFactory
2 references to CustomCollectionConverterFactory
Microsoft.AspNetCore.Http.Extensions (2)
src\Components\Endpoints\src\FormMapping\Factories\Collections\ConcreteTypeCollectionConverterFactory.cs (2)
26
var
customFactory = Activator.CreateInstance(typeof(CustomCollectionConverterFactory<>)
27
.MakeGenericType(typeof(TCollection), typeof(TElement), typeof(TCollection))) as
CustomCollectionConverterFactory
;