Thread Safety ClassStatic Method Method
Per the threadsafety XML comments element on the class, the developer has
indicated that static methods like this one are safe for multi-threaded use.
Definition
Namespace: XMLCommentsExamples
Assembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2025.4.26.0
Assembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2025.4.26.0
C#
public static void StaticMethod()VB
Public Shared Sub StaticMethodC++
public:
static void StaticMethod()F#
static member StaticMethod : unit -> unit