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

IntegralConstant() 보호된 메소드

protected IntegralConstant ( System.TypeSpec type, Mono.CSharp.Location loc ) : System
type System.TypeSpec
loc Mono.CSharp.Location
리턴 System
		protected IntegralConstant (TypeSpec type, Location loc)
			: base (loc)
		{
			this.type = type;
			eclass = ExprClass.Value;
		}