作者热门文章
- r - 以节省内存的方式增长 data.frame
- ruby-on-rails - ruby/ruby on rails 内存泄漏检测
- android - 无法解析导入android.support.v7.app
- UNIX 域套接字与共享内存(映射文件)
在 MSDN 文档中我们看到:
Thread Safety
This type is thread safe.
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/
我是一名优秀的程序员,十分优秀!