ICSharpCode.NRefactory.MonoCSharp.Nullable.NullableType.NullableType C# (CSharp) Method

NullableType() public method

public NullableType ( TypeSpec type, Location loc ) : IKVM.Reflection.Emit
type TypeSpec
loc Location
return IKVM.Reflection.Emit
		public NullableType (TypeSpec type, Location loc)
		{
			this.underlying = type;
			this.loc = loc;
		}