空类型

  • 网络Nullable Type;empty;null
空类型空类型
  1. 编辑器会打开一个空类型树,并且您会在页面底部看到ExtenderProperties视图,其中将显示特定数据类型的属性。

    An empty type tree will open up in the editor and at the bottom of the page , you will see the Extender Properties view , which shows the properties of a particular data type .

  2. 为可空类型提供类库支持,包括转换运算符和算术运算符

    Library Support for nullable types , including conversion operators and arithmetic operators

  3. 数据库是使用可空类型的最重要的地方之一。

    A database is one of the most important places to use nullable types .

  4. 可置空类型和空合并运算符

    Nullable types and null coalescing operator

  5. 表示可空类型的。

    That represents the nullable type .

  6. 指定的可空类型。

    Type the specified nullable type .

  7. 根据具体环境,使用可空类型来表示存在或不存在的事物。

    Use nullable types to represent things that exist or do not exist depending on the circumstance .

  8. 第三个用来确定一个空返回类型。

    The third pinpoints methods with a void return type .

  9. 其他的特性还包括类不变量、非空引用类型和加强的静态分析功能。

    Other features include class invariants , non-nullable reference types , and enhanced static analysis capabilities .

  10. 无法将空资源类型名称添加到映射。这个问题可以通过使用群集管理器解决。

    An empty resource type name can not be added to the map . This issue can be resolved using Cluster Administrator .

  11. 另一方面,如果服务器端组件上的方法具有一个空返回类型,则可以忽略此可选参数。

    On the other hand , if the method on the server-side component has a void return type , then you can disregard this optional parameter .

  12. 在C中,你可以在一个允许为空的值类型后面加上一个问号(比如,int?x;)。

    In C # you can flag a value type as a nullable type by adding ? after the type ( like int ? x ;) .

  13. 随后mixin实例化Scrollable会包含两个带有同样(空)参数类型的方法getSize,但返回类型不一致!

    Then the mixin instantiation Scrollable would contain two methods getSize with identical ( empty ) parameter types , but incompatible return types !

  14. 为该可为空的数据类型指定的长度无效。

    Invalid length specified for this nullable datatype .

  15. {0}仅接受非空的{1}类型对象,不接受{2}对象。

    The { 0 } only accepts non-null { 1 } type objects , not { 2 } objects .

  16. 如果类型标注表示一个内容为空的复杂类型,那么该节点的类型值是空序列,他的字符串值为长度为零的字符串。

    If the type annotation denotes a complex type with empty content , then the typed value of the node is the empty sequence and its string value is the zero-length string .

  17. 该算法将全部编码模式进行分类,对SKIP模式采用提前终止判决,而对其它模式可通过判别宏块的一致性和比较宏块的空时相关性逐类型比较,可有效减少判决的模式数量。

    It classifies all modes by both homogeneity and space-time correlation of macroblock . The SKIP mode can be early terminated , and other modes can be compared type by type .

  18. 异步结果对象为空或属于意外类型。

    The async result object is null or of an unexpected type .

  19. 如果数据库中的一列被标志为可空,那么数据模型类相应的属性将是一个可空的类型。

    If a column in the database is marked as being nullable , then the corresponding property in the data model class created by the LINQ to SQL designer will be a nullable type .