Mono.CSharp.HoistedLocalVariable.HoistedLocalVariable C# (CSharp) 메소드

HoistedLocalVariable() 공개 메소드

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