Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
C# 编译器不允许这样做。这是什么原因?我可以使用什么解决方法?
基本上我需要交换一些值,但不想到处都有相同的交换代码。
属性,一般来说只是方法,所以如果你只能“获取对它们的引用”,那就太奇怪了,因为没有人可以肯定,你指的只是一个变量。除了在这种情况下不使用自动属性之外,我认为没有快速而好的解决方法。
我省略了使用反射来获取底层变量的想法,因为在这种情况下它没有多大意义。