gpt4 book ai didi

c# - System.Runtime.CompilerServices 的这种使用、不使用或滥用可能有什么值(value)(或危险)?

转载 作者:行者123 更新时间:2023-12-04 16:56:29 24 4
gpt4 key购买 nike

在传统的意大利面条中,我遇到了这个辣肉丸:

//Keep around, might prove useful.
namespace System.Runtime.CompilerServices
{
public sealed class IsVolatile
{
private IsVolatile()
{
}
}
}

这可能有任何值(value)吗?或者也许是一个更好的问题,可能有任何伤害(保留)?

最佳答案

哈 - 看起来您遇到了类似于“我想要 LINQ 语法,但我在 2.0 领域”的情况,您可以通过以下方式“打开”LINQ 语法:

namespace System.Runtime.CompilerServices
{
[AttributeUsage(AttributeTargets.Method, AllowMultiple = false, Inherited = false)]
public class ExtensionAttribute : Attribute
{
}
}

只有在这里,您才可以使用 volatile关键词。

关于c# - System.Runtime.CompilerServices 的这种使用、不使用或滥用可能有什么值(value)(或危险)?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15529961/

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