Argument Constructor uno
Creates a new Argument
Holds information about an argument to an Expression
Creates a new Argument
Whether or not this argument has yielded a value yet.
This can only return false if OnNewPartialArguments
was overridden.
The current value of the argument. If HasValue
is false
, null
is returned.