This is the initialization performed when a variable is constructed with no initializer.
The superclass's designated initializer makes sure that all of the superclass properties have a value.
슈퍼클래스의 지정된 초기화는 슈퍼클래스의 모든 프로퍼티가 값을 가지는지 확인합니다.
In either case, if you delegate to another initializer that causes initialization to fail, the entire initialization process fails immediately, and no further initialization code is executed.
어떤 경우든지, 초기화를 실패하게 하는 다른 초기화에 위임한 경우에, 전체 초기화 과정은 즉시 실패하고, 더 이상 초기화 코드는 실행되지 않습니다.
Dynamic performers initializer classes
When a class constructor does not explicitly call the constructor of one of its object-valued fields in its initializer list, the default constructor for the field's class is called.
클래스 생성자가 자신의 초기화 리스트에서 객체 값을 갖는 것 중 하나의 생성자를 명시적으로 호출하지 않을 때, 필드의 클래스를 위한 기본 생성자가 호출된다.
NOTE: This means that except for any static initializer in the script, values written to a global from within a script are not visible to Java.
참고: 따라서 스크립트 내 정적 이니셜라이저를 제외하고, 스크립트에서 전역 변수에 작성된 값은 자바에 표시되지 않습니다.
Don't forget to run bundler to make sure that all of the necessary gems are installed. Next we'll create an initializer file called omniauth.rb to load OmniAuth. In this file we'll add code to load OmniAuth and configure it to use Twitter.
잊지말고 bundler 를 실행하여 필요한 젬이 모두 설치되도록 합니다. 그 다음에, 구성 파일 omniauth.rb라는 초기화 파일을 만들어 OmniAuth 를 로드합니다. 이 파일에 OmniAuth를 로드하여 Twitter를 사용하도록 지정합니다.
That is, if you want to keep the class and its static initializer, you need to include a keep rule in your rules file to do that.
In either case, if you delegate to another initializer that causes initialization to fail, the entire initialization process fails immediately, and no further initialization code is executed.
Initialisation of STL containers with constants within the source code is not as easy as data structures inherited from C (addressed in C++11 with initializer lists).
STL 컨테이너들을 소스 코드 안의 상수들로 초기화하는 것은 C 부터 내려온 데이터 구조체만큼 쉽지 않다.
You can't pass in any type here, however-it has to be a type for which UInt16 provides an initializer.
여기서는 어떤 형식이든 전달할 수 없지만 UInt16에서 초기화자를 제공하는 형식이어야 합니다.
With this bug, the group call initializer on FaceTime determines people invited to the conversation to answer the call automatically.
If we wanted to initialize all parameters to 1, we could do this simply by changing the initializer to Constant(1).
만약 파라미터들을 모두 1로 초기화하고 싶다면, 초기화 방법을 Constant(1) 로 바꾸기만 하면됩니다.