Mono.CSharp.HoistedLocalVariable.HoistedLocalVariable C# (CSharp) Method

HoistedLocalVariable() public method

public HoistedLocalVariable ( AnonymousMethodStorey scope, LocalVariable local, string name ) : System
scope AnonymousMethodStorey
local LocalVariable
name string
return System
		public HoistedLocalVariable (AnonymousMethodStorey scope, LocalVariable local, string name)
			: base (scope, name, local.Type)
		{
			this.name = local.Name;
		}