只需要进行一些反思,我注意到MethodInfo
有ReturnParameter
,ReturnType
和ReturnTypeCustomAttributes
.
现在ReturnParameter
包含ReturnType
and ReturnTypeCustomAttributes
。那么不应该ReturnType
被ReturnTypeCustomAttributes
标记为已弃用吗?还是我在某个地方错过了某个目的。
ReturnParameter
在 .net 2.0 中添加ReturnType
在 .net 1.0 中添加ReturnCustomAttributes
在 .net 1.0 中添加