如何删除COde项目中的Ask问题 [英] how to delete the Ask questions in COde project

查看:65
本文介绍了如何删除COde项目中的Ask问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Hi
代码项目支持。你能告诉我如何从代码项目站点删除我以前的问题。

Hi Code project support. can you tell me how to delete my previous questions from code project site.

推荐答案

通过使用自动属性意味着编译器将在运行时自动创建私有变量并分配它们;因此你不需要自己创造它们。因此,您可以节省大量时间。这只是我认为的优点。



但是大部分时间都不建议使用自动属性,因为调试将无法进行如果您的项目现在或将来需要,也可能存在与对象的序列化/反序列化相关的问题。然后你可能需要再次将所有自动属性更改为常规属性。



所以最后我的建议是使用普通属性(以及本地私有变量)来在安全方面总是:)



希望你得到它!!!



如果有任何查询请PLZ让我知道。
By using auto properties means compiler will automatically create private variables at runtime and assign them; hence you need not create them by yourself. Therefore you save considerable amount of time. This is only the advantage of them I think.

But most of the time it is not recommended to use auto properties because of the fact that debugging will not be able to and also there could be problems related to serialization/deserialization of objects if needed for your project now or in future. Then you might have to again change those all auto properties to regular properties.

So finally my suggestion is to use normal properties (along with the local private variables) to be on safe side always :)

Hope you got it!!!

If any queries plz let me know.


这篇关于如何删除COde项目中的Ask问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆