NVelocity.Runtime.Parser.Node.ASTNumberLiteral.Value C# (CSharp) Method

Value() public method

public Value ( IInternalContextAdapter context ) : Object
context IInternalContextAdapter
return Object
		public override Object Value(IInternalContextAdapter context)
		{
			return value__Field;
		}
	}