ThreadSafetyComment.IsSafe Property

Namespace
Kampute.DocToolkit.XmlDoc.Comments
Assembly
  • Kampute.DocToolkit.dll

Definition

Gets a value indicating whether both static and instance members of the class/struct are thread-safe.
public Nullable<bool> IsSafe { get; }

Property Value

Nullable<bool>
true if both static and instance members are thread-safe; false if not; null if any is unspecified.