ThreadSafetyComment.IsStaticSafe Property

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

Definition

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

Property Value

Nullable<bool>
true if static members are thread-safe; false if not; null if unspecified.