3 references to DerivedList
Microsoft.AspNetCore.Components.Endpoints.Tests (3)
Binding\FormDataMetadataFactoryTests.cs (3)
384
Assert.Equal(typeof(
DerivedList
<string>), property.PropertyMetadata.Type);
402
Assert.Equal(typeof(
DerivedList
<string>), subProperty.PropertyMetadata.Type);
698
public
DerivedList
<T> Tail { get; set; }