- 1
- 2
- 3
- 4
- 5
- 6
Note that async is a contextual keyword. In all syntactic contexts other than the ones above it is considered an identifier.
Thus, the following is allowed (though strongly discouraged!):
using async = System.Threading.Tasks.Task;
…
async async async(async async) { }
Lure Of Chaos 12.01.2012 14:18 # 0
Depriver 23.01.2012 12:19 # 0
Каг-бэ намикае нам...
TarasB 12.01.2012 14:27 # +3
leotsarev 12.01.2012 14:50 # +3
Внезапно сделать async зарезервированным кейвордом, потеряв совместимость со старыми версиями?
Eugene 12.01.2012 16:07 # +1
Em1ss1oN 12.01.2012 16:08 # 0
guest8 09.04.2019 12:30 # −999