共用方式為


ModelMetadata.IsNullableValueType 屬性

定義

取得值,指出類型是否可為 Null。

public bool IsNullableValueType { get; }
member this.IsNullableValueType : bool
Public ReadOnly Property IsNullableValueType As Boolean

屬性值

如果類型為可為 Null,則為 true;否則為 false。

適用於