摘要:
public class ConvertHelper where T : new() { private static Dictionary> ConvertInfo = new Dictionary>(); public static ObservableColl... 阅读全文
摘要:
属性定义 [AttributeUsage(AttributeTargets.Property, AllowMultiple = false, Inherited = true)] public class ColumnNameAttribute : Attribute { ... 阅读全文