Why use the following statement using aName = library in c#? -


i searching zigbee library c# , found gbee. took code , i've found following statement:

using atcmd = netmf.opensource.xbee.api.common.atcmd; 

why used statement , means?
searching code found atcmd used "class" send standard command e.g.(atcmd.restoredefaults,atcmd.networkreset)

this meas, atcmd statements in code become netmf.opensource.xbee.api.common namespace. means 'default namespace' type.

probably have in code 2 exact names, deriving different namespaces.

from msdn:

this called using alias directive


Comments

Popular posts from this blog

c++ - QTextObjectInterface with Qml TextEdit (QQuickTextEdit) -

javascript - angular ng-required radio button not toggling required off in firefox 33, OK in chrome -

xcode - Swift Playground - Files are not readable -