1 type derived from CollectionConverter
Microsoft.AspNetCore.Components.Endpoints (1)
FormMapping\Converters\CollectionConverter.cs (1)
24internal class CollectionConverter<TCollection, TCollectionPolicy, TBuffer, TElement> : CollectionConverter<TCollection>
4 references to CollectionConverter
Microsoft.AspNetCore.Components.Endpoints (4)
FormMapping\Converters\CollectionAdapters\ImmutableHashSetBufferAdapter.cs (1)
20public static CollectionConverter<IImmutableSet<TElement>> CreateInterfaceConverter(FormDataConverter<TElement> elementConverter)
FormMapping\Converters\CollectionAdapters\ImmutableListBufferAdapter.cs (1)
20public static CollectionConverter<IImmutableList<TElement>> CreateInterfaceConverter(FormDataConverter<TElement> elementConverter)
FormMapping\Converters\CollectionAdapters\ImmutableQueueBufferAdapter.cs (1)
20public static CollectionConverter<IImmutableQueue<TElement>> CreateInterfaceConverter(FormDataConverter<TElement> elementConverter)
FormMapping\Converters\CollectionAdapters\ImmutableStackBufferAdapter.cs (1)
20public static CollectionConverter<IImmutableStack<TElement>> CreateInterfaceConverter(FormDataConverter<TElement> elementConverter)