Skip to content

Instantly share code, notes, and snippets.

@ankitvijay
Last active January 21, 2018 06:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ankitvijay/5d07e446e5ebc0765847ae084d2e2012 to your computer and use it in GitHub Desktop.
Save ankitvijay/5d07e446e5ebc0765847ae084d2e2012 to your computer and use it in GitHub Desktop.
Global Namespace Example1
namespace GlobalNamespaceAliasExample
{
public class System
{
public void Log(string message)
{
// Code to log
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment