What is the translation of " THE CONSTRUCTOR " in Korean?

[ðə kən'strʌktər]
Noun
[ðə kən'strʌktər]
constructor
the constructor

Examples of using The constructor in English and their translations into Korean

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Programming category close
  • Computer category close
This data is applied after the constructor.
이 데이터는 생성자 이후에 적용됩니다.
The name of the constructor parameter.
Name 생성자 매개변수의 이름.
The signature. It all checks out. The constructor.
서명. 모두 체크 아웃합니다. 생성자.
The Constructor of class Client has a couple of optional parameters.
Client 클래스의 생성자는 두 개의 선택적인 파라미터를 가지고 있습니다.
Is it good practice to make the constructor throw an exception?
생성자가 예외를 던지도록 만드는 것이 좋은 습관입니까?
Then pass your key and secret from your GrabzIt account to the constructor.
그런 다음 열쇠와 비밀 GrabzIt 계정에서 생성자로.
In C++, the constructor always has the same name as the class.
C++에서, 생성자는 언제나 클래스 자신과 같은.
The image of the cosmos, how it represents the constructor?
코스모스의 이미지, 그것이 생성자를 나타내는 방법?
Now we have finished the constructor and are again ready to return to main.
이제 우리는 생성자를 끝냈고 다시 메인으로 반환할 준비가 되었습니다.
This is more efficient than assignment within the constructor body.
이는 ToolStripItem생성자에서 크기를 설정 하는 것 보다 더 효율적입니다.
The constructor for WorkStatus is no longer a part of the public API.
WorkStatus 생성자가 더 이상 공개 API의 일부가 아닙니다.
This value in function called as the constructor.
생성자로 호출된 함수 안의 this(This value in function called as the constructor).
In C++, the constructor always has the same name as the class.
C++에서, 생성자는 언제나 클래스 자신과 같은이름을 가진다.
The only place where you can assign this. state is the constructor.
This. state를 지정할 수 있는 유일한 공간은 바로 constructor입니다.
That is why in InoundS2SBase the constructor has InitResponse parameter.
이것이 InoundS2SBase 생성자에 InitResponse 파라미터를 가지고 있는 이유 입니다.
Ways to create a bot in Telegram+ step by step instructions for working in the constructor.
Telegram에서 봇을 만드는 방법 + 생성자에서 작업하기위한 단계별 지침.
Render(), React calls the constructor of the Clock component.
Render()로 전달되었을 때 React는 Clock 컴포넌트의 constructor를 호출합니다.
The constructor is always named“initialize” instead of the name of the class.
생성자는 클래스 이름 대신 항상 “initialize”로 명명됩니다.
Now, we enter the code for the constructor and begin executing statements there.
이제, 우리는 생성자에 대한 코드를 입력하고 거기서 실행문을 시작합니다.
The constructor function also contains all of the static members of the class.
생성자 함수는 또한 클래스의 모든 static멤버 또한 포함합니다.
You can add a listener to this event anywhere, but the constructor is a good candidate.
(1) 어디서나 이 이벤트에 리스너를 추가할 수 있지만 생성자는 좋은 후보입니다.
Furthermore, the code in the constructor always runs before any other code in a class.
또한 생성자의 코드는 항상 클래스의 다른 코드보다 먼저 실행됩니다.
The InnerException property returns the same value that is passed into the constructor.
InnerException 속성은 생성자에 전달 되는 동일한 값을 반환 합니다. The InnerException property returns the same value that is passed into the constructor.
The next thing that happens is that we call the constructor to initialize this point.
다음으로 발생하는 것은 생성자는 이 포인트를 초기화하기 위해 호출합니다.
The constructor parameters of case classes are treated as public values and can be accessed directly.
케이스 클래스의 생성자 파라미터들은 public 값으로 다뤄지며, 직접 접근이 가능하다.
In order to inject the results into the constructor, MyBatis needs to identify the constructor for somehow.
결과를 생성자에 주입하려면 MyBatis 가 어떻게든 생성자를 식별해야 한다.
In the constructor, you can use it by itself to call the superclass constructor.
그리고 constructor 에서 call() 을 사용해서 super class 의 constructor 를 호출해 줘야 한다.
The decision is based on two factors: whether an ambient transaction is present and the value of the TransactionScopeOption parameter in the constructor.
이러한 결정은 앰비언트 트랜잭션이 있는지 여부와 생성자에 TransactionScopeOption 매개 변수의 값을 기준으로 합니다. The decision is based on two factors: whether an ambient transaction is present and the value of the TransactionScopeOption parameter in the constructor.
We generally recommend binding in the constructor or using the class fields syntax, to avoid this sort of performance problem.
이러한 종류의 성능 문제를 피하고자, 생성자 안에서 바인딩하거나 클래스 필드 문법을 사용하는 것을 권장합니다.
The constructor of the regular expression object, for example, new RegExp("ab+c"), provides runtime compilation of the regular expression.
혹은 RegExp 객체의 생성자 함수를 부릅니다. var re = new RegExp("ab+c"); 생성자 함수를 사용하면 정규식의 런타임 컴파일을 제공합니다.
Results: 60, Time: 0.0432

How to use "the constructor" in an English sentence

We first declare the constructor function with the constructor keyword.
the constructor calling as well as for the constructor execution itself.
Notice that the constructor calls the constructor in the super class (Person).
This is the constructor preinitialization list (used only for the constructor definitions).
The constructor looks pretty much the same as the constructor for Player.
The constructor argument specifies the constructor used in creating a sharable-lock instance.
Lets start with the constructor method.
The constructor system has been improved.
The constructor expects the following parameters.
The constructor for the Builder class.

How to use "생성자" in a Korean sentence

이때 생성자 메서드가 활동을 하는 것입니다.
여기까지는 일반적인 생성자 메소드와 용도가 다르지 않다.
지난 생성자 포스팅에서 this()라는 메서드를 조금 살펴봤었는데요.
유니코드 문자를 복사 하는이 생성자 (예제).
class의 기본생성자를 찾아 생성자 메소드를 생성한다.
es5에서는 함수 자체가 생성자 역활을 한다.
PHP에서는 기본적으로 생성자 오버로딩이 되지 않는다.
항상 자바빈 프라퍼티나 생성자 인자처럼 노출된다.
(객체 생성시 생성자 함수가 없어도 가능하다).
생성자 이외의 특정 기능을 하는 함수입니다.

Word-for-word translation

Top dictionary queries

English - Korean