C# Class MadLad.Compiler.CodeAnalysis.Binding.Expressions.LiteralBoundExpression

Inheritance: MadLad.Compiler.CodeAnalysis.Binding.Expressions.BoundExpression
Show file Open project: mellobacon/MadLad

Public Properties

Property Type Description
Value object

Public Methods

Method Description
LiteralBoundExpression ( object value ) : System

Method Details

LiteralBoundExpression() public method

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

Property Details

Value public property

public object Value
return object