Subject | English | Russian |
progr. | argument of the wrong type was passed to this method | методу был передан аргумент неправильного типа (ssn) |
progr. | argument of the wrong type was passed to this method | этому методу передан аргумент неверного типа (ssn) |
progr. | argument to the method | аргумент метода (IBM Alex_Odeychuk) |
progr. | based on the arguments the method is called with | на основе аргументов, с которыми был вызван метод (Alex_Odeychuk) |
progr. | be passed as arguments to a factory method | передаваться объекту в аргументах фабричного метода (англ. термин взят из кн.: Shukla A. Building Web Apps with Spring 5 and Angular Alex_Odeychuk) |
progr. | be passed as arguments to the constructor method of the object | передаваться объекту в аргументах конструктора (англ. термин взят из кн.: Shukla A. Building Web Apps with Spring 5 and Angular Alex_Odeychuk) |
progr. | be passed as arguments to the setter method of the object | передаваться объекту в аргументах метода установки (англ. термин взят из кн.: Shukla A. Building Web Apps with Spring 5 and Angular Alex_Odeychuk) |
Test. | capture the arguments passed to the method | выполнять перехват передаваемых методу аргументов (Alex_Odeychuk) |
progr. | method argument | аргумент метода (ssn) |
progr. | method taking no arguments | метод без аргументов (nunit.org Alex_Odeychuk) |
progr. | method with zero arguments | метод с нулевым количеством аргументов (Methods without arguments differ from methods with zero arguments in that they don’t have parenthesis after their name, neither in their definition nor in their use Alex_Odeychuk) |
progr. | method without arguments | метод без аргументов (Methods without arguments differ from methods with zero arguments in that they don’t have parenthesis after their name, neither in their definition nor in their use Alex_Odeychuk) |
progr. | native method argument | аргумент платформенно-ориентированного метода (oracle.com Alex_Odeychuk) |
progr. | pass arguments to a factory method of the class | передавать аргументы фабричному методу класса (англ. термин взят из кн.: Shukla A. Building Web Apps with Spring 5 and Angular Alex_Odeychuk) |
progr. | the arguments being passed to a method | передаваемые в метод аргументы (Alex_Odeychuk) |
math. | this method is open to argument | этот метод может оспариваться |
progr. | this technique, called method overloading, is used to implement methods that perform similar tasks but with different types and/or different numbers of arguments | этот приём, называемый "перегрузкой методов", используется для реализации методов, выполняющих сходные задачи с разными типами и / или количеством аргументов (см. Deitel P., Deitel. H. – Visual C# 2012 How to Program, 5Ed. – 2013) |