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

LongConstant() public méthode

public LongConstant ( BuiltinTypes types, long v, Mono.CSharp.Location loc ) : System
types BuiltinTypes
v long
loc Mono.CSharp.Location
Résultat 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