Table of Contents

Class GenericUnaryAttribute

Namespace
CSharpToJavaScript.Utils
Assembly
CSharpToJavaScript.dll

Translates a method into an unary operator. Generic as an argument

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

Constructors

GenericUnaryAttribute(string)

public GenericUnaryAttribute(string value)

Parameters

value string

Properties

Value

public string Value { get; init; }

Property Value

string