Condividi tramite


ModelMetadata.UnderlyingOrModelType Proprietà

Definizione

Ottiene l'argomento del tipo sottostante se ModelType eredita da Nullable<T>. In caso contrario, ottiene ModelType.

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

Valore della proprietà

Commenti

Identico a a meno che ModelTypeIsNullableValueType non sia true.

Si applica a