|
Παρουσίαση με Ετικέτες
Όλες οι Ετικέτε... » Instances » Modifiers » Suggestion (RSS)
-
I’d like to be able to do someFunctionReturningY(x){ somePropertyOfY=4; … }.DoSomething(); It should also support casting without needing parentheses in the following type of statement: Z zzz = (Z)functionReturningY{somePropertyOfZ=…; … }; The same pattern should work for enums too apart from object instances. It is ...
|
|
|