NDoc 1.3.1 SDK

BaseReflectionDocumenterConfig.IncludeDefaultThreadSafety Property

Gets or sets the IncludeDefaultThreadSafety property.

[Visual Basic]
<DefaultValue(Value:=True), _  Category(Category:="Thread Safety"), _  Description(Description:="When true, typs that do not have an explicit <threadsafety> tag will include thread safety documentation corresponding to StaticMembersDefaultToSafe and InstanceMembersDefaultToSafe.")>
Public Property IncludeDefaultThreadSafety As Boolean [C#]
[DefaultValue(Value=True)]
[Category(Category="Thread Safety")]
[Description(Description="When true, typs that do not have an explicit <threadsafety> tag will include thread safety documentation corresponding to StaticMembersDefaultToSafe and InstanceMembersDefaultToSafe.")]
public bool IncludeDefaultThreadSafety { get; set; } [C++]
[DefaultValue(Value=True)]
[Category(Category="Thread Safety")]
[Description(Description="When true, typs that do not have an explicit <threadsafety> tag will include thread safety documentation corresponding to StaticMembersDefaultToSafe and InstanceMembersDefaultToSafe.")]
public: __property bool get_IncludeDefaultThreadSafety(); public: __property void set_IncludeDefaultThreadSafety(bool ); [JScript] public 
   DefaultValue(Value=True)
   Category(Category="Thread Safety")
   Description(Description="When true, typs that do not have an explicit <threadsafety> tag will include thread safety documentation corresponding to StaticMembersDefaultToSafe and InstanceMembersDefaultToSafe.")
function get IncludeDefaultThreadSafety() : bool public 
   DefaultValue(Value=True)
   Category(Category="Thread Safety")
   Description(Description="When true, typs that do not have an explicit <threadsafety> tag will include thread safety documentation corresponding to StaticMembersDefaultToSafe and InstanceMembersDefaultToSafe.")
function set IncludeDefaultThreadSafety(bool);

Remarks

When true, typs that do not have an explicit <threadsafety> tag will include thread safety documentation corresponding to StaticMembersDefaultToSafe and InstanceMembersDefaultToSafe.

See Also

BaseReflectionDocumenterConfig Class | NDoc.Core.Reflection Namespace