ThreadSafetyClass.InstanceMethod Method

Sandcastle XML Comments

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

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