大学英语词汇短语释义解析及例句 anonymous types
释义:
anonymous types [计] 匿名类型
例句:
What's wrong with anonymous types?
匿名类型有什么问题?
Try not to use anonymous types in schemas.
不要尝试在模式中使用匿名类型。
Anonymous types still often must be named.
还是必须对匿名类型进行命名。
Anonymous types in the Item's complex type.
条目的复合类型中的Anonymous类型。
This is our primary issue with anonymous types.
这是匿名类型的主要问题。
Why do we dislike the anonymous types in listing 4?
我们为何不喜欢清单4中的匿名类型?
Anonymous types should be avoided for a number of reasons.
基于以下几个原因,应该避免使用匿名类型。
Properties of anonymous types cannot contain pointer types.
匿名型别的属性不能包含指标型别。
they may cause problems when a mapping must name anonymous types;
当映射必须命名匿名类型时,它们可能会引起问题;
Anonymous types must be declared with an object initializer.
匿名类型必须用对象初始值设定项加以声明。
Taking the direct route, the C# team made anonymous types immutable.
C#团队使得匿名类型稳定下来。
These issues can be remedied by converting anonymous types to named types.
可以通过将匿名类型转换为命名类型来解决这些问题。
Structural Subtyping (duck typing) using type inference and anonymous types.
使用类型引用和匿名类型的结构子类型转化(动态类型)。
So if you have the freedom to modify the schemas, it is best to avoid anonymous types.
因此,如果您可以自由修改架构,最好避免匿名类型。
Structures of anonymous types are more difficult to discuss than structures of named types.
讨论匿名类型结构比讨论命名类型结构更加困难。
VB allows both mutable and immutable anonymous types, with subtly different rules for each.
而VB却同时支持可变和不可变的匿名类型,对于这两种匿名类型,实现和使用的规则也略有不同。
The Submap refinement is not available when working with local elements or anonymous types.
submap细化不可用于处理局部元素或匿名类型。
JAXB is robust enough to allow you to name anonymous types as you need to via the binding file.
JAXB非常稳健,可允许您通过绑定文件来命名需要命名的匿名类型。
In the case of local elements or anonymous types, reusable mappings are not an option at this time.
对于局部元素或匿名类型,目前不能使用可重用映射。
As of WebSphere Process Server 6.0.1, anonymous types use the parent element name appended by _._type.
对于WebSphereProcessServer6.0.1,匿名类型将使用后面追加了_ . _type的父元素名。
The reason VB and C# can use different implementations is that anonymous types are a compiler feature.
VB和C#之所以能不同的实现方式是因为匿名类型是一个编译器特性。
This article codifies issues that may arise from using anonymous types in hopes that readers will avoid them.
本文将总结使用匿名类型可能会引起的问题,希望读者能够避免它们。
Note that in this particular example the final output is not a group, but a flat sequence of anonymous types.
请注意,在此特定示例中,最终的输出不是组,而是匿名类型的平面序列。
Anonymous types allow you to define a class, then declare and initialize an object of that class, without giving the class a name.
匿名类型允许您定义一个类,然后在不给出类名称的情况下声明并初始化该类的对象。
