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