Table of Contents

Class BinaryAttribute

Namespace
CSharpToJavaScript.Utils
Assembly
CSharpToJavaScript.dll
[AttributeUsage(AttributeTargets.All)]
public class BinaryAttribute : Attribute
Inheritance
BinaryAttribute
Inherited Members

Constructors

BinaryAttribute(string)

public BinaryAttribute(string value)

Parameters

value string

Properties

Value

public string Value { get; init; }

Property Value

string