mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
Clean up namespace in C#
This commit is contained in:
parent
e17ef8b180
commit
bf1f9d811c
@ -20,12 +20,10 @@ Multi-line comments look like this
|
|||||||
/// This is an XML documentation comment
|
/// This is an XML documentation comment
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
||||||
|
// Specify namespaces application will be using
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Linq;
|
|
||||||
using System.Text;
|
|
||||||
using System.Threading.Tasks;
|
|
||||||
|
|
||||||
// defines scope to organize code into "packages"
|
// defines scope to organize code into "packages"
|
||||||
namespace Learning
|
namespace Learning
|
||||||
|
Loading…
Reference in New Issue
Block a user