What is the translation of " DELEGATE TYPE " in Russian?

['deligət taip]
['deligət taip]
типа делегата
delegate type

Examples of using Delegate type in English and their translations into Russian

{-}
  • Official category close
  • Colloquial category close
Name of delegate type- CalcFigures;
Название типа делегата- CalcFigures;
What is the general form of a delegate type declaration?
Какая общая форма объявления типа делегата?
The delegate type name is CalcFigure;
Название типа делегата- CalcFigure;
In the body of the Form1 class, declare the delegate type.
В теле класса формы Form1 объявить тип делегата.
The delegate type is named SquareTriangle;
Тип делегата носит имя SquareTriangle;
First, in the class, you need to declare the delegate type and event.
Сначала в классе нужно объявить тип делегата и событие.
The delegate type is declared in a certain class.
Тип делегата объявляется в некотором классе.
The event is declared based on the previously declared delegate type.
Объявление события осуществляется на основе ранее объявленного типа делегата.
The delegate type declaration is as follows.
Объявление тип делегата выглядит следующим образом.
The methods have exactly the same signature as the delegate type, on the basis of which the MyEvent event was declared.
Методы имеют точно такую же сигнатуру, как и тип делегата, на основе которого объявлено событие MyEvent.
The delegate type is declared using the keyword‘delegate.
Тип делегата объявляется с помощью ключевого слова delegate.
Even_delegate- the name of the delegate type that is used to declare the event;
Делегат_ события- имя типа делегата, который используется для объявления события;
The delegate type is declared in the class that hosts the delegate demonstration method.
Тип делегата объявляется в классе, в котором размещается метод демонстрации делегата..
After the declaration of the delegate type, you can declare the delegate himself.
После объявления типа делегата можно объявлять сам делегат..
The delegate type and method type declaration is implemented in the Form1 class of the main application form, such as Windows Forms Application.
Объявление типа делегата и методов осуществляется в классе Form1 главной формы приложения типа Windows Forms Application.
For more information about declaring a delegate type and declaring a delegate variable, see the topic.
Более подробно об объявлении типа делегата и объявлении переменной делегата описывается в теме.
Let the delegate type be declared, which receives three integer type parameters.
Пусть объявлен тип делегата, получающий три параметра целого типа..
If you want to organize a list of methods that are called when an event is called,then the delegate type and method must return a value of void type do not return anything.
Если нужно организовать список методов,которые вызовутся при вызове события, тогда тип делегата и метод должны возвращать значение void ничего не возвращать.
Only instead of its own delegate type used generic delegate EventHandler, using which an event is declared.
Только вместо собственного типа делегата используется обобщенный делегат EventHandler, с помощью которого объявляется событие.
In some class, let the delegate type and event be declared as follows.
Пусть тип делегата и событие объявлены в некотором классе следующим образом.
A delegate of this type returns an int value.
Делегат этого типа возвращает значение типа int.
Declare the type of delegate that is shared with the lambda expression.
Объявить тип делегата, совместный с лямбда- выражением.
For applications such as Windows Forms Application, declare the type of the delegate that refers to the method.
Для приложения типа Windows Forms Application объявить тип делегата, который ссылается на метод.
If the delegate returns the type void, then when calling the delegate, all methods that are generated in the list(chain) by group addressing will be called.
Если делегат возвращает тип void, то при вызове делегата будут вызываться все методы, которые сформированы в список( цепочку) с помощью групповой адресации.
In the class, you need to declare the type of the delegate named CalcFigure in accordance with the task.
В классе нужно объявить тип делегата с именем CalcFigure в соответствии с условием задачи.
To get a delegate, you first need to declare its type.
Чтобы получить делегат, сначала нужно объявить его тип.
The delegate has one signature(declared in the type), but depending on the situation, when the delegate is called, different work is performed program code.
Делегат имеет одну сигнатуру( объявлена в типе), но в зависимости от ситуации при вызове этого делегата выполняется разная работа программный код.
A delegate of this type will receive three parameters of type float and return a value of type float.
Делегат этого типа будет получать три параметра типа float и возвращать значение типа float.
Declare the type of delegate in the class.
Объявить тип делегата в классе.
Declare a variable of this type of delegate delegate instance.
Объявить переменную этого типа делегата экземпляр делегата.
Results: 133, Time: 0.033

Word-for-word translation

Top dictionary queries

English - Russian