Gets or sets the InstanceMembersDefaultToSafe property.
[Visual Basic]<DefaultValue(Value:=False), _ Description(Description:="When true, types that do not have an explicit <threadsafety> tag will default to being safe for accessing instance members across threads. (ignored if IncludeDefaultThreadSafety is false)"), _ Category(Category:="Thread Safety")>Public Property InstanceMembersDefaultToSafe As Boolean [C#][DefaultValue(Value=False)][Description(Description="When true, types that do not have an explicit <threadsafety> tag will default to being safe for accessing instance members across threads. (ignored if IncludeDefaultThreadSafety is false)")][Category(Category="Thread Safety")]public bool InstanceMembersDefaultToSafe { get; set; } [C++][DefaultValue(Value=False)][Description(Description="When true, types that do not have an explicit <threadsafety> tag will default to being safe for accessing instance members across threads. (ignored if IncludeDefaultThreadSafety is false)")][Category(Category="Thread Safety")]public: __property bool get_InstanceMembersDefaultToSafe(); public: __property void set_InstanceMembersDefaultToSafe(bool ); [JScript] publicDefaultValue(Value=False)Description(Description="When true, types that do not have an explicit <threadsafety> tag will default to being safe for accessing instance members across threads. (ignored if IncludeDefaultThreadSafety is false)")Category(Category="Thread Safety")function get InstanceMembersDefaultToSafe() : bool publicDefaultValue(Value=False)Description(Description="When true, types that do not have an explicit <threadsafety> tag will default to being safe for accessing instance members across threads. (ignored if IncludeDefaultThreadSafety is false)")Category(Category="Thread Safety")function set InstanceMembersDefaultToSafe(bool);
When true, types that do not have an explicit <threadsafety> tag will default to being safe for accessing instance members across threads. (ignored if IncludeDefaultThreadSafety is false)
BaseReflectionDocumenterConfig Class | NDoc.Core.Reflection Namespace