Share via


ModelMetadata.UnderlyingOrModelType Propiedad

Definición

Obtiene el argumento de tipo subyacente si ModelType hereda de Nullable<T>. De lo contrario, obtiene ModelType.

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

Valor de propiedad

Comentarios

Idéntico a a ModelType menos que IsNullableValueType sea true.

Se aplica a