C# Class DotNetWebToolkit.Cil2Js.Ast.ExprLiteral

Inheritance: Expr
ファイルを表示 Open project: chrisdunelm/DotNetWebToolkit Class Usage Examples

Public Methods

Method Description
ExprLiteral ( Ctx ctx, object value, TypeReference type ) : System
ToString ( ) : string

Method Details

ExprLiteral() public method

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

ToString() public method

public ToString ( ) : string
return string