Udostępnij za pośrednictwem


DefaultModelMetadata.IsEnum Właściwość

Definicja

Pobiera wartość wskazującą, czy UnderlyingOrModelType jest dla elementu Enum.

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

Wartość właściwości

true if type.IsEnum (type.GetTypeInfo().IsEnum dla DNX Core 5.0) jest true dla UnderlyingOrModelType; false w przeciwnym razie.

Dotyczy