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

IntegralConstant() protected method

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