我应该使用 PreserveSigAttribute 还是 MethodImplOptions.PreserveSig?
如果我想在方法上设置 preservesig</code> 方法 impl 标志,我应该使用
PreserveSigAttribute
或 MethodImplAttribute(MethodImplOptions.PreserveSig)
?他们似乎都在做同样的事情。我应该使用哪个?
If I wanted to set the preservesig
method impl flag on a method, should I use PreserveSigAttribute
or MethodImplAttribute(MethodImplOptions.PreserveSig)
? They both seem to do the same thing. Which should I use?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论