C# Class JSIL.Ast.JSParameter

Inheritance: JSVariable
ファイルを表示 Open project: sq/JSIL Class Usage Examples

Public Methods

Method Description
GetParameter ( ) : JSParameter
MaybeEscapeName ( string name, bool actuallyEscape ) : string

Private Methods

Method Description
JSParameter ( string name, TypeReference type, MethodReference function, bool escapeName = true ) : System

Method Details

GetParameter() public method

public GetParameter ( ) : JSParameter
return JSParameter

MaybeEscapeName() public static method

public static MaybeEscapeName ( string name, bool actuallyEscape ) : string
name string
actuallyEscape bool
return string