Class EnumValueAttribute
- Namespace
- CSharpToJavaScript.Utils
- Assembly
- CSharpToJavaScript.dll
[AttributeUsage(AttributeTargets.All)]
public class EnumValueAttribute : Attribute
- Inheritance
-
EnumValueAttribute
- Inherited Members
Constructors
EnumValueAttribute(string)
public EnumValueAttribute(string value)
Parameters
value
string
Properties
Value
public string Value { get; init; }