|
Παρουσίαση με Ετικέτες
Όλες οι Ετικέτε... » programming » Suggestions » Syntax (RSS)
-
This is a suggestion I’ve just sent in via Visual Studio’s “Send a frown” feature: Instead of writing statements like: List<CultureInfo> result = new List<CultureInfo>(); in C# I’d prefer to be able to write List<CultureInfo> result = new (); inside the () one would be able to pass contructor parameters ...
|
|
|