摘要:
一、枚举 枚举是用户自定义的整数类型。在声明枚举类型时包含一组可接受的数值。 using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace Study{ class Program { public enum TimeOfDay { Monring=0, Afternoon... 阅读全文
posted @ 2009-12-22 20:29
kiny
阅读(174)
评论(0)
推荐(0)
浙公网安备 33010602011771号