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