แชร์ผ่าน


EnumStringsAttribute.EnumType Property

Definition

Gets the type of the enum to annotate.

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

Property Value

Remarks

This is null when the attribute is applied directly to an enum type.

Applies to