The Artima Developer Community
Sponsored Link

.NET Buzz Forum
global, ::, huh?

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Oliver Sturm

Posts: 342
Nickname: olivers
Registered: Feb, 2005

Oliver Sturm is the lead software architect for Dahlhoff IT-Solutions.
global, ::, huh? Posted: Aug 20, 2005 12:52 PM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by Oliver Sturm.
Original Post: global, ::, huh?
Feed Title: Oliver Sturm's weblog
Feed URL: https://oliversturm.com/blog/blog/archives/category/programming/net/feed/
Feed Description: General musings and programming stuff, .NET category
Latest .NET Buzz Posts
Latest .NET Buzz Posts by Oliver Sturm
Latest Posts From Oliver Sturm's weblog

Advertisement
I guess you know the way you can define aliases with the using statement: using SWF = System.Windows.Forms; Then you can use the shortcut SWF to reference a type in the namespace. In C# 1, the syntax was like this: SWF.Button button = new SWF.Button(); Obviously this could be ambiguous, because there could have been any kind of different [...]

Read: global, ::, huh?

Topic: SharePoint+ / MCMS+ Previous Topic   Next Topic Topic: IT Forum 2005 Barcelona

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use