共用方式為


DefaultModelMetadata.IsEnum 屬性

定義

取得值,指出 是否 UnderlyingOrModelTypeEnum

public:
 virtual property bool IsEnum { bool get(); };
public override bool IsEnum { get; }
member this.IsEnum : bool
Public Overrides ReadOnly Property IsEnum As Boolean

屬性值

true如果 type.IsEnum DNX Core 5.0) 的 (type.GetTypeInfo().IsEnum 為 ,則為 UnderlyingOrModelTypefalse 否則為 true

適用於