ModelMetadata.UnderlyingOrModelType Propriedade

Definição

Obtém o argumento de tipo subjacente se ModelType herda de Nullable<T>. Caso contrário, obtém ModelType.

public:
 property Type ^ UnderlyingOrModelType { Type ^ get(); };
public Type UnderlyingOrModelType { get; }
member this.UnderlyingOrModelType : Type
Public ReadOnly Property UnderlyingOrModelType As Type

Valor da propriedade

Comentários

Idêntico a, a ModelType menos que IsNullableValueType seja true.

Aplica-se a