Method name or event expected

From Logic Wiki
Jump to: navigation, search


 D code = new D(x.ToString());

remove the parenthesis at the end

D code = new D(x.ToString);