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

HoistedVariable() protected method

protected HoistedVariable ( AnonymousMethodStorey storey, string name, System.TypeSpec type ) : System
storey AnonymousMethodStorey
name string
type System.TypeSpec
return System
		protected HoistedVariable (AnonymousMethodStorey storey, string name, TypeSpec type)
			: this (storey, storey.AddCapturedVariable (name, type))
		{
		}

Same methods

HoistedVariable::HoistedVariable ( AnonymousMethodStorey storey, Field field ) : System