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

ULongConstant() public method

public ULongConstant ( BuiltinTypes types, ulong v, Mono.CSharp.Location loc ) : System
types BuiltinTypes
v ulong
loc Mono.CSharp.Location
return System
		public ULongConstant (BuiltinTypes types, ulong v, Location loc)
			: this (types.ULong, v, loc)
		{
		}

Same methods

ULongConstant::ULongConstant ( System.TypeSpec type, ulong v, Mono.CSharp.Location loc ) : System