摘要:
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Windows.Forms; using System.Net; using System.IO; ... 阅读全文
摘要:
public static IList GetValues() { Type enumType = typeof(T); if (!enumType.IsEnum) { return null; } IList list = new List(); var fields = f... 阅读全文