CPath = (CPath == null) ? Request.Path : CPath;
首先,我希望CLR能让我这样做吗?Request.Path并没有打扰我创建一个:
但我问它会优化它吗?或者仍然分配.
c# compiler-construction clr optimization
c# ×1
clr ×1
compiler-construction ×1
optimization ×1