您要查找的是不是:
- abbr. 例如(=for example)e.g.
- 不要移除搜索域名example.com的筛选器代码。Do not remove the filter code that searches for the domain name example. Com.
- 在下面的代码中,最后一个参数将动态方法与当前类型相关联,从而允许委托访问Example类的所有公共和私有成员。In the following code, the last argument associates the dynamic method with the current type, giving the delegate access to all the public and private members of the Example class.
- 反而我们将example()作为一个类函数来调用,也就是说,作为一个类自身的函数来调用,而不是这个类的任何对象。Instead we call example() as a 'class function', that is, as a function of the class itself, not any object of that class.
- 有关如何使用装入点来减少驱动器号数量的信息,请参阅Using Clustering with Exchange 2003:An Example(英文)。For information about how mount points can be used to reduce the number of drive letters, see Using Clustering with Exchange 2003: An Example.
- 下面的代码示例定义一个TestClass类和一个Example类,前者可以跨应用程序域边界进行封送,后者包含一个static(在Visual Basic中为Shared)ThreadProc方法。The following code example defines a TestClass class that can be marshaled across application domain boundaries and an Example class containing a static (Shared in Visual Basic) ThreadProc method.