Area-CompilersBugLanguage-C#Language-VBhelp wanted
仓库指标
- Star
- (20,414 star)
- PR 合并指标
- (平均合并 6天 17小时) (30 天内合并 256 个 PR)
描述
The compiler already provides symbols for built-in operators such as +(int,int). I think this would be one of those built-in operators, probably something like
public string nameof(object arg);
even though the argument might be something like a namespace.
This would (only) be visible through the SemanticModel API.
[Ported from TFS DevDiv 1078941]