Beispiel #1
0
 public Expression(Value value)
 {
     Value = value;
 }
Beispiel #2
0
 public PropertyAccessValue(Value target, string property)
 {
     Target = target;
     Property = property;
 }