Creates a synchronized wrapper around the specified TextReader.
[Visual Basic] Public Shared Function Synchronized( _ ByVal t As TextReader _ ) As TextReader [C#] public static TextReader Synchronized( TextReader t ); [C++] public: static TextReader* Synchronized( TextReader* t ); [JScript] public static function Synchronized( t : TextReader ) : TextReader;
A synchronized TextReader.
Exception Type | Condition |
---|---|
ArgumentNullException | t is a null reference (in Visual Basic Nothing). |