Permit redundant parentheses omission #1002
Unanswered
davidnmbond
asked this question in
General
Replies: 1 comment
-
The same syntax could also be used to create a delegate to the constructor, see #674 (comment). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As with object instantiation, when parentheses are redundant, permit omission. For example:
var stringList = new List<string>;
Beta Was this translation helpful? Give feedback.
All reactions