generic type name的意思|示意
泛型类型名称
generic type name的网络常见释义
使用泛型名称 宣告泛型物件只使用泛型名称(generic type name),则预设会使用 Object 型别,使用此类物件须自行转换型态,且编译器会发出 warning 讯息。
generic type name相关例句
Capitalize the first letter, capitalize or italicize the entire mark, place the mark in quotes, use a different type style or font for the mark than for the generic name.
首字母用大写,整个商标用大写或斜体,将商标放在引号内,为商标使用与通用名不同的字型或字体。
This method take service name, version, consumer type (generic QoS parameter) and callback interface name (optional parameter) and creates a service proxy for a given interface type.
这个方法接收服务名称,版本,消费类型(一般的QoS参数)和回调接口名称(可选的参数),并为一个给定的接口类型创建一个服务代理。
The name of the type parameter that is defined on a generic type is read-only.
泛型类型上定义的类型参数的名称是只读的。
The name of a generic type parameter on an externally visible type or method does not start with an uppercase 't'.
外部可见的类型或方法上的泛型类型参数的名称不以大写的“T”开头。
Do use a generic common language runtime (CLR) type name, rather than a language-specific name, in the rare cases when an identifier has no semantic meaning beyond its type.
在标识符的语义含义仅限于其类型的极少数情况下,应使用一般公共语言运行库(CLR)类型名称,而不要使用语言特定的名称。
Do name generic type parameters with descriptive names, unless a single letter name is completely self explanatory and a descriptive name would not add value.
务必使用描述性名称命名泛型类型参数,除非单个字母名称完全可以让人了解它表示的含义,而描述性名称不会有更多的意义。