Table of Contents

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

value string

Properties

Value

public string Value { get; init; }

Property Value

string