Thread Safety ClassInstance Method Method
Per the threadsafety XML comments element on the class, the developer has
indicated that instance method like this one are not 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 void InstanceMethod()VB
Public Sub InstanceMethodC++
public:
void InstanceMethod()F#
member InstanceMethod : unit -> unit