J
Jon Shemitz
I'm playing with 2.0's extern alias declarations and the :: operator.
If I have an
extern alias My;
and the My namespace contains a TypeName, I can refer to My::TypeName
.... or to My.TypeName.
I don't quite get this latter usage: I can *not* refer to
global::My.TypeName nor can I refer to global.System.String.
Is My.TypeName an inconsistency, or did I just miss the msdn page that
explains it?
If I have an
extern alias My;
and the My namespace contains a TypeName, I can refer to My::TypeName
.... or to My.TypeName.
I don't quite get this latter usage: I can *not* refer to
global::My.TypeName nor can I refer to global.System.String.
Is My.TypeName an inconsistency, or did I just miss the msdn page that
explains it?