C# Class DotNetWebToolkit.Cil2Js.Ast.ExprLiteral

Inheritance: Expr
Afficher le fichier Open project: chrisdunelm/DotNetWebToolkit Class Usage Examples

Méthodes publiques

Méthode Description
ExprLiteral ( Ctx ctx, object value, TypeReference type ) : System
ToString ( ) : string

Method Details

ExprLiteral() public méthode

public ExprLiteral ( Ctx ctx, object value, TypeReference type ) : System
ctx Ctx
value object
type Mono.Cecil.TypeReference
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string