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.
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.