摘要:
public static class DataSourceCreator { private static readonly Regex PropertNameRegex = new Regex(@"^[A-Za-z]+[A-Za-z1-9_]*$", RegexOptions.Singleline); public static IEnumerable ToDataSource(this IEnumerable<IDictionary> list) { IDictionary firstD... 阅读全文
posted @ 2013-03-27 17:48
smodi
阅读(222)
评论(0)
推荐(0)

浙公网安备 33010602011771号