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  许晓光  阅读(219)  评论(0)    收藏  举报