What is the translation of " EXTENSION METHODS " in Chinese?

[ik'stenʃn 'meθədz]
[ik'stenʃn 'meθədz]

Examples of using Extension methods in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
Extension Methods.
For more information, see Extension Methods.
有关更多信息,请参见扩展方法
Can we define extension methods for static class?
我可以将扩展方法添加到现有的静态类吗??
So, here, I have created two extension methods.
所以,在这里,我创建了两个扩展方法
Extension Methods are a new feature in C 3.0.
这类似于C3.0中的extensionmethod
A new feature in C 3.0 is extension methods.
这是C3.0中另外一个重要的新特性:扩展方法
Extension methods are brought into scope by including a using[namespace];
扩展方法通过在文件开头添加using[namespace];
One other key feature of C 3.0 is extension methods.
这是C3.0中另外一个重要的新特性:扩展方法
Additionally, putting extension methods in static classes feels‘weird' to many people.
此外,在很多开发人员看来,在静态类中放置扩展方法是“很诡异的”。
Of course, you can write your own extension methods as well.
当然,你也可以写你自己的扩展方法
NET extension methods that allow you to more naturally specify the expected outcome of a TDD or BDD-style test.
NET扩展方法,可以让你更自然地指定TDD或BDD风格测试的期望值。
My solution is touse a new feature of C 3.0, extension methods.
这是C3.0中另外一个重要的新特性:扩展方法
FAO notes that existing extension methods and tools are suitable if capacity is built.
粮农组织指出,如果进行了能力建设,现有的推广方法和工具是适用的。
Capacities for managing the participatory approach, decentralization and rural extension methods were also mentioned.
此外还提到了管理参与办法、权力下放和乡村推广方法等方面的能力。
NET extension methods that allow you to more naturally specify the expected outcome of a TDD or BDD-style test.
NET扩展方法,允许您更自然地指定TDD或BDD样式测试的预期结果.
By adding conformance to Sequence, we get all the extension methods of Sequence for free.
通过添加Sequence的支持,我们直接获得了Sequence类型的所有扩展方法
NET extension methods that allow you to more naturally specify the expected outcome of a TDD or BDD-style test.
NET扩大方法,可以让您更自然地钦点TDD或BDD风格测试的期望值。
While these are similar to what we already have in C,there are minor enhancements such as support for extension methods and improved type inference.
这些功能与C的非常类似,它仅是对扩展方法和类型引用作出了少许改进。
The WF rules engine now supports extension methods, operator overloading, and the use of the new operator in your rules.
现在,WF规则引擎支持扩展方法、运算符重载和在规则中使用新的运算符。
The above will not compile because IEnumerable<>does not have a non-static member called Format, and no extension methods apply.
以上将不会编译,因为IEnumerable<>没有调用非静态成员Format,并且不适用扩展方法
Member Overloads is similar to Extension Methods, but it finds the list of method overloads defined in the current solution.
成员重载”类似于扩展方法,但它可以查找当前解决方案中定义的方法重载列表。
To facilitate replacing Microsoft's own methods for those written by the developer,any of the HTML helper methods have become extension methods.
为了便于将微软自己的方法替换为开发人员自己编写的方法,所有HTML辅助方法都被定义为扩展方法
Usually you would use extension methods if you are only adding functionality to a well known, well used class or interface such as the.
通常你会使用扩展方法,如果你只添加功能到一个熟知的,使用良好的类或接口,如.
Since we can't modify the built-in version of the properties directly,we added extension methods that ship in a separate assembly with the NuGet package.
由于不能直接修改属性的内建版本,我们添加了扩展方法并通过NuGet包以独立程序集的方式发布。
Realize, however, that while extension methods appear to get invoked just like regular instance methods, this is really just an illusion.
但是必须意识到虽然扩展方法看上去和其它实例方法一样被调用,但这实际只是幻。
Extension methods(adding methods to classes by including the this keyword in the first parameter of a method on another static class).
L扩展方法--通过在另一个静态类的一个方法的首个参数中包含this关键字,来将方法添加到类中。
Extension methods enable you to"add" methods to existing types without creating a new derived type, recompiling, or otherwise modifying the original type.
一、前言扩展方法使你能够向现有类型“添加”方法,而无需创建新的派生类型、重新编译或以其他方式修改原始类型。
Extension methods enable you to“add” methods to existing types without creating a new derived type, recompiling, or otherwise modifying the original type.
扩展方法扩展方法使您能够向现有类型“添加”方法,而无需创建新的派生类型、重新编译或以其他方式修改原始类型。
C 3.0 introduces extension methods to allow users to statically add a method to a type(e.g., allowing foo. bar() where bar() can be an imported extension method working on the type of foo).
C3.0介绍的引申方法允许用户静态地增加方法到类型(比如,允许foo.bar的地方可以是研究foo的种类的一个引进的引申方法)。
Results: 29, Time: 0.0276

Word-for-word translation

Top dictionary queries

English - Chinese