use*_*831 6 c# arrays string int
int a = 0;
int[] b = new int[3];
Console.WriteLine( a.GetType() );
Console.WriteLine( b.GetType() );
Run Code Online (Sandbox Code Playgroud)
的类型一个是System.Int32它是一个结构.b的类型是int[].
我可以Int32在Visual Studio中看到它的定义.int[]定位的定义在哪里?
| 归档时间: |
|
| 查看次数: |
135 次 |
| 最近记录: |