Creates a thread-safe wrapper around the specified System.IO.TextReader instance.
- reader
- The System.IO.TextReader to synchronize.
A thread-safe System.IO.TextReader .
Type Reason ArgumentNullException The reader parameter is null.
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.
Namespace: System.IO
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0