ICSharpCode.NRefactory.MonoCSharp.NullLiteral.NullLiteral C# (CSharp) Method

NullLiteral() public method

public NullLiteral ( Location loc ) : IKVM.Reflection.Emit
loc Location
return IKVM.Reflection.Emit
		public NullLiteral (Location loc)
			: base (InternalType.NullLiteral, loc)
		{
		}