标签: c#
无论如何从字段中获取FieldInfo而不使用名称为string的内容?像:
FieldInfo
string
class AClass { String AField; } GetFieldInfo(GetHandle(AField));
答案 0 :(得分:2)
没有; C#does not have an infoof operator。
infoof
您可以使用表达式树实现一个。