gpt4 book ai didi

c# - 类型别名可以引用另一个类型别名吗?

转载 作者:太空狗 更新时间:2023-10-29 23:07:30 25 4
gpt4 key购买 nike

<分区>

在 C# 中执行此操作时:

using Word = System.String;
using Words = System.Collections.Generic.List<Word>;

编译器提示“找不到类型或命名空间‘Word’”。这不可能吗?如果它有所作为,我正在尝试在全局命名空间中执行此操作。

编辑:刚刚找到另一个可以回答这个问题的 SO:Why can one aliased C# Type not be accessed by another?这可以标记为重复。

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com