ModelMetadata.UnderlyingOrModelType Propriété

Définition

Obtient l’argument de type sous-jacent si ModelType hérite de Nullable<T>. Sinon, obtient ModelType.

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

Valeur de propriété

Remarques

Identique à sauf ModelType si IsNullableValueType est true.

S’applique à