4 references to DictionaryTree
Microsoft.AspNetCore.Components.Endpoints.Tests (4)
Binding\FormDataMetadataFactoryTests.cs (4)
452
var metadata = factory.GetOrCreateMetadataFor(typeof(
DictionaryTree
<string>), options);
456
Assert.Equal(typeof(
DictionaryTree
<string>), metadata.Type);
474
Assert.Equal(typeof(Dictionary<string,
DictionaryTree
<string>>), property.PropertyMetadata.Type);
714
public Dictionary<string,
DictionaryTree
<T>> Children { get; set; }