How can following two statement be the same?
(1) using System.l1001
(2) using System.Globaliz ation;
That is, how does the compilier know these two representations , at the using
declaration level, are the same?
Thanks.
(1) using System.l1001
(2) using System.Globaliz ation;
That is, how does the compilier know these two representations , at the using
declaration level, are the same?
Thanks.
Comment