Difference between revisions of "Method name or event expected"
From Logic Wiki
m |
m (1 revision imported) |
(No difference)
| |
Latest revision as of 14:27, 9 May 2016
D code = new D(x.ToString());
remove the parenthesis at the end
D code = new D(x.ToString);