Table of Contents

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

parameterArgs string
bodyArg string

Properties

Length

[To("FirstCharToLowerCase")]
public int Length { get; }

Property Value

int

Name

[To("FirstCharToLowerCase")]
public string Name { get; }

Property Value

string

Prototype

[To("FirstCharToLowerCase")]
public static FunctionPrototype Prototype { get; }

Property Value

FunctionPrototype