NDoc 1.3.1 SDK

BaseReflectionDocumenterConfig.InstanceMembersDefaultToSafe Property

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] public 
   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")
function get InstanceMembersDefaultToSafe() : bool public 
   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")
function set InstanceMembersDefaultToSafe(bool);

Remarks

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)

See Also

BaseReflectionDocumenterConfig Class | NDoc.Core.Reflection Namespace