Local variable Type的意思|示意
局部变量类型
Local variable Type的网络常见释义
本地变量类型 ... 本地变量类型 Local variable Type 扩展方法 Extension Method 匿名类型 Anonymous Type ...
Local variable Type相关短语
1、 Local Variable Type Inference 隐含类型局部变量
Local variable Type相关例句
Every local variable is initialized to the default value for its data type as soon as the procedure begins running.
只要程序一开始执行,每个区域变数就会初始化为所属资料型别的预设值。
If vis a local variable, it quickly becomes garbage and Clone forces you to use runtime type checking.
如果v是局部变量,它会很快会被视为垃圾,而且Clone要求你在运行时做类型检测。
The type of the value must match the type of the local variable as specified in the current method's local signature.
值的类型必须与当前方法的本地签名所指定的局部变量的类型匹配。
A new local variable of the same type as the method's return value is created for you.
系统将为您创建与该方法的返回值类型相同的新局部变量。
As an example, Listing 6 shows what happens when I change the type of the local variable used for the method start time in the interceptor code from long to int.
作为一个例子,清单6展示了在将方法开始时的拦截器代码所使用的局部变量的类型从long变为int时的情况。
To fetch elements from the collection, you had to know the type of object in the collection so you could cast it back to the appropriate local variable.
要从集合中提取元素,您必须知道集合中对象的类型,以将其强制转换为合适的局部变量。