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

LongConstant() 공개 메소드

public LongConstant ( BuiltinTypes types, long v, Mono.CSharp.Location loc ) : System
types BuiltinTypes
v long
loc Mono.CSharp.Location
리턴 System
		public LongConstant (BuiltinTypes types, long v, Location loc)
			: this (types.Long, v, loc)
		{
		}

Same methods

LongConstant::LongConstant ( System.TypeSpec type, long v, Mono.CSharp.Location loc ) : System