C# Class Compiler.Ast.TypedVariableReferenceExpression

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

Public Methods

Method Description
TypedVariableReferenceExpression ( Mono variable ) : System

Method Details

TypedVariableReferenceExpression() public method

public TypedVariableReferenceExpression ( Mono variable ) : System
variable Mono
return System