What is command line
argument?
class Program
{
static void Main(string[] args)
{
foreach (string s in args)
{
Console.WriteLine(s);
}
Console.ReadKey();
}
}
Get C#, ASP.NET, HTML, JavaScript, XML, WCF, Web services and Ajax tips.
No comments:
Post a Comment