标签: c# keyword language-specifications
我发现了奇怪的System.AttributeTargets值 - AttributeTargets.Module。我搜索了它的用法并找到了这个C#代码:
System.AttributeTargets
AttributeTargets.Module
[module: ContractNamespace("http://tempuri.org")]
这是一个名为" module"。
这个module在C#中意味着什么?为什么我无法在keyword list中找到它?它不是关键字吗?什么时候使用?
module