3 namespace Mercury.Interpreting
62 internal virtual object Data {
get; set; }
76 public dynamic Value {
get {
return Data; } }
Lazy evaluation flag. Must be used with other types to have effect
ArgumentType
Defines argument types using in the Mercury library
Represents an argument passed to the Mercury.Interpreting.InterpreterAction{T}, the actual parameter ...
Accepts null value. Must be used with other types to have effect
A value of the type passed to the interpreter