C# Class JSIL.Ast.JSParameter

Inheritance: JSVariable
Afficher le fichier Open project: sq/JSIL Class Usage Examples

Méthodes publiques

Méthode Description
GetParameter ( ) : JSParameter
MaybeEscapeName ( string name, bool actuallyEscape ) : string

Private Methods

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

Method Details

GetParameter() public méthode

public GetParameter ( ) : JSParameter
Résultat JSParameter

MaybeEscapeName() public static méthode

public static MaybeEscapeName ( string name, bool actuallyEscape ) : string
name string
actuallyEscape bool
Résultat string