DictionaryForumContacts

   Chinese
Terms for subject Microsoft containing 方法 | all forms | in specified order only
ChineseEnglish
擴充方法extension method (A static method that can be invoked by using instance method syntax. In effect, extension methods make it possible to extend existing types and constructed types with additional methods)
Web 方法Web method (A procedure that is exposed to Web service clients as an operation that can be called on the Web service)
泛型方法generic method (A method whose definition has placeholders, called generic type parameters, for one or more types used in the body of the method or as the types of the method's parameters. A user specifies real types (generic type arguments) for the type parameters when calling the generic method. Note that a method is not generic just because it is declared in a generic type. A method is generic only if it has type parameters of its own)