所以在我的情况下,我正在使用反射来发现类的结构.我需要能够通过PropertyInfo对象找出属性是否是自动实现的属性.我假设反射API没有公开这样的功能,因为自动属性是C#依赖的,但是有没有解决方法来获取这些信息?
.net c# reflection automatic-properties
.net ×1
automatic-properties ×1
c# ×1
reflection ×1