Example #1
0
 public object?Visit(IValueNode value, Type expectedType)
 {
     return(value.AcceptConverter(this, expectedType));
 }