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] publicDescription(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 publicDescription(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);
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)
BaseReflectionDocumenterConfig Class | NDoc.Core.Reflection Namespace