Table of Contents

Class GenericBinaryAttribute

Namespace
CSharpToJavaScript.Utils
Assembly
CSharpToJavaScript.dll

Translates a method into a binary operator. Generic as a second argument.

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

Constructors

GenericBinaryAttribute(string)

public GenericBinaryAttribute(string value)

Parameters

value string

Properties

Value

public string Value { get; init; }

Property Value

string