ModelMetadata.UnderlyingOrModelType Vlastnost

Definice

Získá základní typ argument, pokud ModelType dědí z Nullable<T>. V opačném případě získá ModelType.

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

Hodnota vlastnosti

Poznámky

Identické s, ModelType pokud IsNullableValueType není true.

Platí pro