编译时类型 meaning in English
compile-time type
Examples
- Must be the name of a class or an interface that contains a method of the specified name whose signature matches the signature of the delegate class . the
的编译时类型必须是类或接口的名称,而该类或接口包含签名与委托类的签名相匹配的指定名称的方法。 - You can then treat each named value as an instance of that class , providing you with compile - time type safety that a named set of integers can t
然后,可以将每个指定的值看作是那个类的一个实例,这为您提供了指定的整数集合所无法提供的编译时类型安全。 - A variable is a storage location and has an a ociated type , sometimes called its compile - time type , that is either a primitive type ( 4 . 2 ) or a reference type ( 4 . 3 )
变量是关联于特定类型的存储单元,所关联的类型有时叫做变量的编译时类型,即,既可以是简单类型也可以是引用类型。 - A variable is a storage location and has an associated type , sometimes called its compile - time type , that is either a primitive type ( 4 . 2 ) or a reference type ( 4 . 3 )
变量是关联于特定类型的存储单元,所关联的类型有时叫做变量的编译时类型,即,既可以是简单类型也可以是引用类型。 - A variable is a storage location and has an associated type , sometimes called its compile - time type , that is either a primitive type ( @ sect ; 4 . 2 ) or a reference type ( @ sect ; 4 . 3 )
变量是关联于特定类型的存储单元,所关联的类型有时叫做变量的编译时类型,即,既可以是简单类型也可以是引用类型。