A class or struct can inherit more than one interface.
类别或结构都可继承多个介面。
Whenever a class or struct is created, its constructor is called.
每当创建类或结构,调用它的构造函数。
Whenever a class or struct is created, its constructor is called.
每当建立类别或结构时,就会呼叫它的建构函式。
A class or struct may have instance fields or static fields or both.
类或结构可以拥有实例字段或静态字段,或同时拥有两者。
A given interface can be inherited and implemented by any class or struct.
指定的介面可以由任何类别或结构来继承和实作。
Indexers allow instances of a class or struct to be indexed just like arrays.
索引器允许类或结构的实例就像数组一样进行索引。
A class or struct may have multiple constructors that take different arguments.
类或结构可能有多个接受不同参数的构造函数。
A class or struct may have multiple constructors that take different arguments.
一类或结构可以有多个构造函数以不同参数。
A class or struct definition is like a blueprint that specifies what the type can do.
类别或结构定义就像是蓝图,会指定能够使用的型别。
An indexer introduced in a class or struct hides all base class indexers with the same signature.
类别或结构所引入的索引子可隐藏所有具相同签章的基底类别成员。
A method introduced in a class or struct hides properties, fields, and types, with the same name, in the base class.
引入类或结构中的方法隐藏基类中具有相同名称的属性、字段和类型。
A constant, field, property, or type introduced in a class or struct hides all base class members with the same name.
类别或结构所引入的常数、栏位、属性或型别可隐藏所有具相同名称的基底类别成员。
So a class or struct is required to implement all the methods of all the interfaces in the transitive closure of its base interfaces?
那么就是说一个class或者一个struct必须要实现其传递闭包上所有接口定义的所有方法吗?
When a class or struct implements an interface, the class or struct provides an implementation for all of the members defined by the interface.
当类或结构实现一个接口时,类或结构的所有接口所定义的成员都提供实现。
When a class or struct inherits an interface, it inherits only the method names and signatures, because the interface itself contains no implementations.
类或结构继承接口时,仅继承方法名称和签名,因为接口本身不包含实现。
When a class or struct is said to inherit an interface, it means that the class or struct provides an implementation for all of the members defined by the interface.
当类或结构继承接口时,意味着该类或结构为该接口定义的所有成员提供实现。
By combining object initializers and type inference, we can create simple data-storage objects without needing to define the corresponding class or struct. Listing 5-24 shows an example.
通过结合对象初始化器和类型接口,我们可以生成一个简单的数据存储对象,而不需要定义相应的类或结构。清单5 - 24演示了一个例子。
When a class or struct implements an interface, it receives only the method names and signatures, because the interface itself contains no implementations, as shown in the following example.
当类或结构实现一个接口时,它接收仅在方法名称和签名,因为接口本身包含没有的实现,如下面的示例所示。
It also defines a Struct class for defining arbitrary data aggregations, and the special class any which can be used to represent any built-in or derived type and thus is the basis of dynamic typing.
它还定义了一个struct类,用来定义任意的数据聚合,此外,还定义了特殊的类any,它可以用来表示任何内置或导出类型,因而它也就成了动态类型化(dynamic typing)的基础。
Is a class (or struct) that implements a more-derived interface also required to state in its base type list that it is implementing all of those less-derived interfaces?
一个实现了派生程度较高的接口的class或者struct必须要在其基类型列表中声明它实现了那些派生程度较低的接口吗?
This wizard adds a member function to a class, struct, or union.
本向导向类、结构或联合添加成员函数。
It utilizes struct array via searching mapping chain list, solves mapping problem on attribute or parameter of class among different FOMs effectively.
该算法利用结构数组,通过搜索映射链表,有效地解决了不同FOM间类属性及参数的映射问题。
Indexers are a syntactic convenience that enable you to create a class, struct, or interface that client applications can access just as an array.
索引器在语法上方便您创建客户端应用程序可将其作为数组访问的类、结构或接口。
If you must store your query results or pass them outside the method boundary, consider using an ordinary named struct or class instead of an anonymous type.
如果您必须在方法界限外储存或传递查询结果,请考虑使用一般的具名结构或类别,而不使用匿名型别。
A struct cannot inherit from another struct or class, and it cannot be the base of a class.
一个结构不能从另一个结构或类继承,而且不能作为一个类的基。
Any class, struct, or interface member declaration that contains invalid modifiers before the type will generate this error.
任何的类别、结构或介面成员宣告中,如果在型别之前包含无效的修饰词,都将产生此错误。
Reflexil is able to rename, delete or inject class, interface, struct, enum, event, field, method, constructor, property or assembly reference.
Reflexil是能够重命名,删除或注入类,接口,结构,枚举,事件,字段,方法,构造函数,财产或程序集的引用。
Ora Visual Studio Add-In - A Visual Studio 2008 add-in that provides an instant grouped overview of the class, interface or struct you are viewing or editing.
more 奥拉的VisualStudio外接-阿Visual Studio 2008的加载项,提供了一种即时分组的类,接口或结构概述您正在查看或编辑。
Ora Visual Studio Add-In - A Visual Studio 2008 add-in that provides an instant grouped overview of the class, interface or struct you are viewing or editing.
more 奥拉的VisualStudio外接-阿Visual Studio 2008的加载项,提供了一种即时分组的类,接口或结构概述您正在查看或编辑。
应用推荐