找到一个有反射的私人领域?
class Foo{ // Want to find _bar with reflection [SomeAttribute] private string _bar; public string BigBar { get { return this._bar; } }}
找到一个有反射的私人领域?class Foo{
// Want to find _bar with reflection
[SomeAttribute]
private string _bar;
public string BigBar
{
get { return this._bar; }
}}
宝慕林4294392
慕少森
慕娘9325324
相关分类