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

ByteConstant() public method

public ByteConstant ( System.TypeSpec type, byte v, Mono.CSharp.Location loc ) : System
type System.TypeSpec
v byte
loc Mono.CSharp.Location
return System
		public ByteConstant (TypeSpec type, byte v, Location loc)
			: base (type, loc)
		{
			Value = v;
		}

Same methods

ByteConstant::ByteConstant ( BuiltinTypes types, byte v, Mono.CSharp.Location loc ) : System