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

ByteConstant() public method

public ByteConstant ( BuiltinTypes types, byte v, Mono.CSharp.Location loc ) : System
types BuiltinTypes
v byte
loc Mono.CSharp.Location
return System
		public ByteConstant (BuiltinTypes types, byte v, Location loc)
			: this (types.Byte, v, loc)
		{
		}

Same methods

ByteConstant::ByteConstant ( System.TypeSpec type, byte v, Mono.CSharp.Location loc ) : System