Mono Class Library: System.IO.TextWriter Overview | MembersSystem.IO.TextWriter.Synchronized Method |
Creates a thread-safe wrapper around the specified System.IO.TextWriter instance. [Edit]
|
- writer
- The System.IO.TextWriter to synchronize. [Edit]
A thread-safe System.IO.TextWriter . [Edit]
Type Reason ArgumentNullException writer is null. [Edit]
This method returns a class that wraps around the specified System.IO.TextWriter instance and restricts concurrent access to it by multiple threads. [Edit]
Namespace: System.IO
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0