gpt4 book ai didi

c# - 如何标记一个类是线程安全的(或不是)?

转载 作者:IT王子 更新时间:2023-10-29 04:27:06 26 4
gpt4 key购买 nike

在 MSDN 文档中我们看到:

Console

Thread Safety

This type is thread safe.

TextWriter

Thread Safety

Any public static(Shared in Visual Basic) members ofthis type are thread safe. Anyinstance members are not guaranteed tobe thread safe.

我已经开发了一个类似于控制台类的(静态)类,那么如何将它标记为线程安全的呢?我正在提取 XML 文档,我会知道如何像在 MSDN 文档中那样提取这部分内容。

希望我已经足够清楚了...

感谢您的帮助!

最佳答案

Sandcastle Help File Builder项目包含一个有用的 XML Comments Guide .

documents the threadsafety tag :

<threadsafety static="true|false" instance="true|false"/>

根 SHFB 文档页面是 here .

关于c# - 如何标记一个类是线程安全的(或不是)?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4540290/

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