03 2013 档案
重载 Sort, ==, !=
摘要:class Items:IComparable { public string Item { get; set; } public string File { get; set; } public string IsScored { get; set; } public string Weight { get; set; } public int CompareTo(object obj) { if (obj is Items) { ...
阅读全文
浙公网安备 33010602011771号