[Mono-list] error CS246: Cannot find type `Alias'
Ravi Pratap M
ravi@ximian.com
07 Apr 2002 17:14:56 -0500
Hi Chris,
On Mon, 2002-04-01 at 01:04, Chris Daly wrote:
> // begin test file
> using Alias = System.Type;
> public class Test
> {
> public Test()
> {
> Alias t = this.GetType();
> System.Console.WriteLine(t.FullName);
> }
> }
> // end test file
Hmm, thanks for bringing this to our attention - I have a feeling it
has to do with that usage of using not being implemented, I am not sure
but I will look into this soon.
Could you please file a bug against bugzilla for this ? It is the best
way to report bugs - that way we won't miss it and will ensure that it's
fixed too :-)
Thanks,
Ravi
--
"If you're smart, you'll be humble. There always is somebody
who hasn't read a book and knows twice as much as you do."
-- David Duchovny in Readers' Digest
Ravi Pratap M <ravi@ximian.com>
<http://primates.ximian.com/~ravi>