Nov 23, 2024 – Jan 10, 2025
Build skills in the latest technologies and earn a digital badge by January 10!
此浏览器不再受支持。
请升级到 Microsoft Edge 以使用最新的功能、安全更新和技术支持。
有关 Microsoft 开发人员工具和技术的深度文章
个性化学习路径和课程
全球认可、行业公认的凭证
经 Microsoft 审核的技术问题和解答
Microsoft 开发人员工具和技术的代码示例库
交互式特选指南和建议
来自 Microsoft 专家的数千小时原创节目
适用于组织的 Microsoft Learn
访问特选资源,以提升团队技能水平,缩小技能差距。
不能重新定义全局外部别名
全局别名已定义为包括所有非别名引用,因此无法重新定义。
下面的示例生成 CS1681。
// CS1681.cs // compile with: /reference:global=System.dll // CS1681 expected // try this instead: /reference:System.dll class A { static void Main() {} }
.NET 反馈
.NET 是一个开放源代码项目。 选择一个链接以提供反馈: