System.IO.TextReader+SyncTextReader

S

Stefan Ram

The statement

System.Console.WriteLine( System.Console.In.GetType() );

prints

System.IO.TextReader+SyncTextReader

under Microsoft® Visual C# 2010 Express.

What a kind of type is this? (I mean, what does the »+« mean?)

Where would one look up the documentation of this type?

One also finds the notation/spelling
»System.IO.TextReader.SyncTextReader«,
»System.IO.TextReader SyncTextReader«, and
»System.IO.TextReader/SyncTextReader« in Google.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top