2 implementations of Type
Microsoft.AspNetCore.Components.Endpoints (2)
FormMapping\Metadata\FormDataParameterMetadata.cs (1)
11
public Type
Type
{ get; set; } = parameter.ParameterType;
FormMapping\Metadata\FormDataPropertyMetadata.cs (1)
15
public Type
Type
=> property.PropertyType;
1 reference to Type
Microsoft.AspNetCore.Components.Endpoints (1)
FormMapping\Factories\ComplexType\ComplexTypeExpressionConverterFactoryOfT.cs (1)
537
return Expression.Variable(typeof(ValueTuple<,>).MakeGenericType(typeof(bool), constructorParameter.
Type
), constructorParameter.Name);