Example #1
0
 public KalkExpression ConvertTo(KalkExpression src, KalkExpression dst)
 {
     return(src.ConvertTo(this, dst));
 }