Noah Blumenthal's Blog

May 25, 2009

Script# interesting namespace “feature”

Filed under: Uncategorized — noahblu @ 5:10 pm

Take a look at this code:

System.DHTML.Window.Event.ReturnValue = false;

Now take a look at this code:

using System.DHTML
…..
Window.Event.ReturnValue = false;

Do they look the same to you?

Because they don’t look the same to Script#!

The former doesn’t compile “Check that your C# source compiles and that you are not using an unsupported feature.” and the latter does.  Interested little quirk, huh?

Leave a Comment »

No comments yet.

RSS feed for comments on this post. TrackBack URI

Leave a comment

Create a free website or blog at WordPress.com.