码迷,mamicode.com
首页 > Windows程序 > 详细

使用Windows Live Writer发表博客测试

时间:2016-12-22 18:55:18      阅读:198      评论:0      收藏:0      [点我收藏+]

标签:代码   ons   lap   als   har   line   auto   nbsp   first   

C#代码测试:
 
public class CompilerDemo
    {
        public static void Show()
        {
            Console.WriteLine("静态方法被调用");
        }
        public void Test()
        {
            string[] names = new string[] { "Everett", "Albert", "George", "Harris", "David" };
            var items = names.Where(name => name.Length >= 6);
            Console.WriteLine("方法被调用");
        }

        public void Test(string info)
        {
            Console.WriteLine("方法被调用" + info);
        }
    }

使用Windows Live Writer发表博客测试

标签:代码   ons   lap   als   har   line   auto   nbsp   first   

原文地址:http://www.cnblogs.com/QQ81867376/p/6212074.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!