随笔分类 - Expression Tree
Expression Tree创建任意构造函数参数的方法
摘要:class Cat { public int Year { get; private set; } public string Name { get; private set; } public Cat() { } public Cat(int year, string name) { this.Year = year; this.Name = name; } public override st...
阅读全文
浙公网安备 33010602011771号