ThreadSafetyClass.StaticMethod Method

Sandcastle XML Comments

Sandcastle XML Comments GuideThreadSafetyClassStaticMethod 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.

Namespace: XMLCommentsExamples
Assembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2014.1.26.0
Syntax
public static void StaticMethod()
Public Shared Sub StaticMethod
public:
static void StaticMethod()
static member StaticMethod : unit -> unit 
See Also