C# Class Compiler.Ast.TypedLiteralExpression

Inheritance: Cecil.Decompiler.Ast.LiteralExpression, ITypedCodeNode
Show file Open project: kthompson/csharpos

Public Methods

Method Description
TypedLiteralExpression ( object value ) : System

Method Details

TypedLiteralExpression() public method

public TypedLiteralExpression ( object value ) : System
value object
return System