是system.int32将在C#中工作 [英] is system.int32 wil work in c#

查看:84
本文介绍了是system.int32将在C#中工作的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

is system.int32将在c#.plzz中工作,并给出详细解释

is system.int32 wil work in c#.plzz giv me answer with detailed explanation

推荐答案

由于C#是区分大小写的语言,因此您必须使用 System.Int32 .

但是,它会起作用"是什么意思?它会为什么工作?请阐明问题.
As C# is a case sensitive language you would have to use System.Int32.

But, what do you mean by "will it work"? Will it work for what? Please clarify the question.


C#中的int固有类型是System.Int32的同义词.这意味着C#编译器对它们的处理完全相同,这两种情况下都发出相同的IL.

因此,是的:System.Int32将在C#中工作.

尼克
The int intrinsic type in C# is a synonym for System.Int32. This means they are treated exactly the same by the C# compiler, which emits the same IL in both cases.

So, yes: System.Int32 will work in C#.

Nick


这篇关于是system.int32将在C#中工作的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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