Table of Contents

Class UnaryAttribute

Namespace
CSharpToJavaScript.Utils
Assembly
CSharpToJavaScript.dll

Translates a method into an unary operator.

[AttributeUsage(AttributeTargets.All)]
public class UnaryAttribute : Attribute
Inheritance
UnaryAttribute
Inherited Members

Constructors

UnaryAttribute(string)

public UnaryAttribute(string value)

Parameters

value string

Properties

Value

public string Value { get; init; }

Property Value

string