mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-10 08:44:28 +02:00
Clean up namespace in C#
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user