码迷,mamicode.com
首页 > 其他好文 > 详细

内敛声明变量

时间:2020-07-13 18:13:05      阅读:40      评论:0      收藏:0      [点我收藏+]

标签:parse   color   ack   bsp   int   string   声明变量   class   round   

int.TryParse(dto.OrderTimeout.ToString(), out int num);

等价于

int int;
int.TryParse(dto.OrderTimeout.ToString(), out num);

 

内敛声明变量

标签:parse   color   ack   bsp   int   string   声明变量   class   round   

原文地址:https://www.cnblogs.com/lishidefengchen/p/13294378.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!