C# Class Mono.CSharp.HoistedLocalVariable

Inheritance: HoistedVariable
Show file Open project: kumpera/mono Class Usage Examples

Public Methods

Method Description
EmitSymbolInfo ( ) : void
HoistedLocalVariable ( AnonymousMethodStorey scope, LocalVariable local, string name ) : System

Method Details

EmitSymbolInfo() public method

public EmitSymbolInfo ( ) : void
return void

HoistedLocalVariable() public method

public HoistedLocalVariable ( AnonymousMethodStorey scope, LocalVariable local, string name ) : System
scope AnonymousMethodStorey
local LocalVariable
name string
return System