เนมสเปซ (Namespace) คอยกำหนดขอบเขตชื่อเรียกของโค้ดส่วนต่าง ๆ ที่อยู่ภายในแอสเซมบลี ช่วยในการหลีกเลี่ยงการใช้ชื่อซ้ำในโค้ดได้
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
namespace ConsoleApplication | |
{ | |
public class Program | |
{ | |
public static void Main(string[] args) | |
{ | |
Console.WriteLine("Hello World!"); | |
} | |
} | |
} |
1using System.Collections.Generic;
ตอบลบ2using System.Linq;
3using System.Text;
เเต่ละข้อมันหมายถึงอะไรหลอคะ มีไว้ทำอะไร