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