Namespace

esse quam videri
Revision as of 00:18, 14 September 2019 by Janell (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Definition

Namespaces are often used to organize elements, and to manage scope.

Relevance

In C#, a common namespace used is System. Example: System.Console.WriteLine();

Explanation

Resources

See also

Notes

External Links

[| MSDN] [| programmingisfun.com]