代码能说明一切:using System; using System.Collections.Generic; using System.Linq; using System.Text;namespace DearBruce.ConAppTest { enum Color { Red, Green, Blue }struct KeyValuePair<TKey, TValue> { public TKey Key { get; set; }public TValue Value { get; set; } }cla... Read More
posted @ 2012-09-02 20:17 attitudedecidesall Views(464) Comments(0) Diggs(0) Edit