释义 |
Partial type 基本例句 分部类 Partial typedefinitions allow a single type, such as a class, to be split into multiple files.分部类型定义允许将单个类型拆分为多个文件。 Partial typedefinitions allow the definition of a class, struct or interface to be split into multiple files.分部类型定义允许将类、结构或接口的定义拆分到多个文件中。 For partial types, only one part of the type can have XML comments, although there is no restriction on commenting its members.对于分部类型,虽然对如何注释其成员没有限制,但只有类型的一部分可以有XML注释。 C# 2.0 has four major new features: generics, iterators, anonymous methods, and partial types.0有4个主要的特性:泛型、迭代、匿名方法和分部类型。 |