dotgnu-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[DotGNU]System.IO.StreamReader lists field Null twice


From: Thomas Lozza
Subject: [DotGNU]System.IO.StreamReader lists field Null twice
Date: Fri, 28 Feb 2003 20:19:09 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20021204

Hi all
i've got two question concerning System.IO.StreamReader:

(1) Reading the fields via reflection from the StreamReader class, the field Null is listed twice. probabely because StreamReader implements the abstract type System.IO.TextReader which has also a field Null defined. why is that field in TextReader not shadowed??

(2) The attached code fragment does not compile with cscc (problems with namespace reflection... ) .. but the executable (compiled under windows) runs.. why that?

--tom



reply via email to

[Prev in Thread] Current Thread [Next in Thread]