anonymous adj. 1.匿名的;无名的;假名的。 2.无个性特征的。 an anonymous author 无名氏作者。 an anonymous letter 匿名信。 an anonymous placard无名告示。 anonymous faces 生面孔。 adv. -ly ,-ness n.
Contains information regarding the new features, including generics, iterators, anonymous methods, and partial types 包含有关新功能的信息,包括泛型、迭代器、匿名方法和分部类型。
When an anonymous method uses the value of a local variable, the value is obtained at the moment the anonymous method is executed 当匿名方法使用局部变量的值时,将在执行匿名方法时获取该值。
When an anonymous method uses the value of a local variable, the value is obtained at the moment the anonymous method is executed 当匿名方法使用局部变量的值时,将在执行匿名方法时获取该值。
Generics are the most useful c # 2.0 language extensions, beside anonymous methods, iterators, partial types and nullable types 比较匿名方法,迭代器,不完全类型,可空类型而言,泛型是c#2.0中最有用的扩展。
By using anonymous methods, you reduce the coding overhead in instantiating delegates by eliminating the need to create a separate method 如果使用匿名方法,则不必创建单独的方法,因此减少了实例化委托所需的编码系统开销。
When an anonymous method is extracted into another method, the value of the local variable is obtained at the moment of the call to the extracted method 将匿名方法提取到其他方法中时,将在调用提取方法时获取局部变量的值。
Lambda expressions, an evolution of anonymous methods that provides improved type inference and conversions to both delegate types and expression trees lambda表达式,匿名函数的一种进化,为代理类型和表达式树提供改良的类型推断结果和转换。
Unlike local variables, the lifetime of the outer variable extends until the delegates that reference the anonymous methods are eligible for garbage collection 与局部变量不同,外部变量的生命周期一直持续到引用该匿名方法的委托符合垃圾回收的条件为止。
Outside the anonymous method block whose target is inside the block . the local variables and parameters whose scope contain an anonymous method declaration are called outer or captured variables of the anonymous method 如果局部变量和参数的范围包含匿名方法声明,则该局部变量和参数称为该匿名方法的外部变量或捕获变量。
Outside the anonymous method block whose target is inside the block . the local variables and parameters whose scope contain an anonymous method declaration are called outer or captured variables of the anonymous method 如果局部变量和参数的范围包含匿名方法声明,则该局部变量和参数称为该匿名方法的外部变量或捕获变量。