NDoc 1.3.1 SDK

BaseReflectionDocumenterConfig.StaticMembersDefaultToSafe Property

Gets or sets the StaticMembersDefaultToSafe property.

[Visual Basic]
<Description(Description:="When true, types that do not have an explicit <threadsafety> tag will default to being safe for accessing static members across threads. (ignored if IncludeDefaultThreadSafety is false)"), _  DefaultValue(Value:=True), _  Category(Category:="Thread Safety")>
Public Property StaticMembersDefaultToSafe As Boolean [C#]
[Description(Description="When true, types that do not have an explicit <threadsafety> tag will default to being safe for accessing static members across threads. (ignored if IncludeDefaultThreadSafety is false)")]
[DefaultValue(Value=True)]
[Category(Category="Thread Safety")]
public bool StaticMembersDefaultToSafe { get; set; } [C++]
[Description(Description="When true, types that do not have an explicit <threadsafety> tag will default to being safe for accessing static members across threads. (ignored if IncludeDefaultThreadSafety is false)")]
[DefaultValue(Value=True)]
[Category(Category="Thread Safety")]
public: __property bool get_StaticMembersDefaultToSafe(); public: __property void set_StaticMembersDefaultToSafe(bool ); [JScript] public 
   Description(Description="When true, types that do not have an explicit <threadsafety> tag will default to being safe for accessing static members across threads. (ignored if IncludeDefaultThreadSafety is false)")
   DefaultValue(Value=True)
   Category(Category="Thread Safety")
function get StaticMembersDefaultToSafe() : bool public 
   Description(Description="When true, types that do not have an explicit <threadsafety> tag will default to being safe for accessing static members across threads. (ignored if IncludeDefaultThreadSafety is false)")
   DefaultValue(Value=True)
   Category(Category="Thread Safety")
function set StaticMembersDefaultToSafe(bool);

Remarks

When true, types that do not have an explicit <threadsafety> tag will default to being safe for accessing static members across threads. (ignored if IncludeDefaultThreadSafety is false)

See Also

BaseReflectionDocumenterConfig Class | NDoc.Core.Reflection Namespace