Exemplo n.º 1
0
 public virtual void ConvertTo(CodeValue val, IlBuilder builder, CodeType to)
 {
     to.ConvertFrom(val, builder);
 }