Class Function
- Namespace
- CSharpToJavaScript.APIs.JS.Ecma
- Assembly
- CSharpToJavaScript.dll
[To("Default")]
public class Function : FunctionPrototype
- Inheritance
-
Function
- Derived
- Inherited Members
Constructors
Function(string, string)
[To("Default")]
public Function(string parameterArgs, string bodyArg)
Parameters
Properties
Length
[To("FirstCharToLowerCase")]
public int Length { get; }
Property Value
Name
[To("FirstCharToLowerCase")]
public string Name { get; }
Property Value
Prototype
[To("FirstCharToLowerCase")]
public static FunctionPrototype Prototype { get; }