G
Guest
I saw in a recent post the :: operator used to reach the global namespace, as
in
global::MyNamespace
I hadn't seen this before, so looked it up in MSDN, which explained it
nicely. My question is, do "global" and "::" always go together? Is there any
other use for these operators, than as a pair?
TIA,
Javaman
in
global::MyNamespace
I hadn't seen this before, so looked it up in MSDN, which explained it
nicely. My question is, do "global" and "::" always go together? Is there any
other use for these operators, than as a pair?
TIA,
Javaman