Exemplo n.º 1
0
 public object Visit(Type obj)
 {
     return(obj.ValueType);
 }
Exemplo n.º 2
0
 public object Visit(Type obj)
 {
     throw new NotImplementedException();
 }