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
valuestring
Properties
Value
public string Value { get; init; }