C#3.0 新特性系列(1) Automatically Impemented Properties

public class Mobile

{

public int Length { get; set; }

public int Width { get; set; }

}

posted @ 2008-07-24 17:31  许晓光  阅读(207)  评论(0编辑  收藏  举报