Mono.CSharp.HoistedLocalVariable.HoistedLocalVariable C# (CSharp) Méthode

HoistedLocalVariable() public méthode

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