gpt4 book ai didi

c# - ReSharper : Visual Studio : warning use VAR

转载 作者:行者123 更新时间:2023-11-30 22:40:18 25 4
gpt4 key购买 nike

<分区>

Possible Duplicates:
What's the point of the var keyword?
ReSharper and var

我正在使用 ReSharper 工具进行代码清理。它总是提示使用 var实际类型名称的设置。它看起来不错,但有什么优势吗?

例子:

当我们使用

Dictionary<long, Profile> dicProfile = new Dictionary<long, Profile>

提示将其转换为::

 var dicProfile = new Dictionary<long, Profile>

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com