English | Russian |
argument of the wrong type was passed to this method | методу был передан аргумент неправильного типа (ssn) |
argument of the wrong type was passed to this method | этому методу передан аргумент неверного типа (ssn) |
argument to the method | аргумент метода (IBM Alex_Odeychuk) |
based on the arguments the method is called with | на основе аргументов, с которыми был вызван метод (Alex_Odeychuk) |
be passed as arguments to a factory method | передаваться объекту в аргументах фабричного метода (англ. термин взят из кн.: Shukla A. Building Web Apps with Spring 5 and Angular Alex_Odeychuk) |
be passed as arguments to the constructor method of the object | передаваться объекту в аргументах конструктора (англ. термин взят из кн.: Shukla A. Building Web Apps with Spring 5 and Angular Alex_Odeychuk) |
be passed as arguments to the setter method of the object | передаваться объекту в аргументах метода установки (англ. термин взят из кн.: Shukla A. Building Web Apps with Spring 5 and Angular Alex_Odeychuk) |
method argument | аргумент метода (ssn) |
method taking no arguments | метод без аргументов (nunit.org Alex_Odeychuk) |
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) |
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) |
native method argument | аргумент платформенно-ориентированного метода (oracle.com Alex_Odeychuk) |
pass arguments to a factory method of the class | передавать аргументы фабричному методу класса (англ. термин взят из кн.: Shukla A. Building Web Apps with Spring 5 and Angular Alex_Odeychuk) |
the arguments being passed to a method | передаваемые в метод аргументы (Alex_Odeychuk) |
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) |