zheld1 C# var using System; namespace ConsoleApp20 { class Program { static void Main(string[] args) { //var는 var a = 20; Console.WriteLine("Type:{0},Value:{1}", args.GetType(), a); ; } } } 2021. 4. 28. 이전 1 다음