Aphid icon indicating copy to clipboard operation
Aphid copied to clipboard

Add alternate syntaxes for object construction.

Open John-Leitch opened this issue 6 years ago • 0 comments

Add alternate syntaxes for object construction:

  • [ ] Parameterless e.g. var f = new StringBuilder;
  • [ ] Call-style e.g. var f = StringBuilder();
  • [ ] Add initializer support e.g. var f = new StringBuilder { Capacity = 0x10 }

John-Leitch avatar May 11 '18 17:05 John-Leitch