Mono Class Library: System.IO.TextReader Overview | MembersSystem.IO.TextReader.Synchronized Method |
Creates a thread-safe wrapper around the specified System.IO.TextReader instance. [Edit]
|
- reader
- The System.IO.TextReader to synchronize. [Edit]
A thread-safe System.IO.TextReader . [Edit]
Type Reason ArgumentNullException The reader parameter is null. [Edit]
This method returns a System.IO.TextReader instance that wraps around the specified System.IO.TextReader 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