"Setter" is not found on TREX in Korean-English direction
Try Searching In English-Korean (Setter)

Low quality sentence examples

Setter, obj. propNAme = value를 실행할 때 실행되는 코드.
Setter, the code executed on setting obj. propName= value.
말한 대로 지역 액세스는 setter와 getter를 작동시키지 않을 것입니다. 여기에 그 예가 나와 있습니다.
As said, local access will not trigger the setter and getter. Here is an illustration of this.
Jet Setter Opera은 부다페스트에서 가격이 알맞은 숙박 시설을 제공합니다.
Jet Setter Opera apartment is a fine accommodation to stay in Budapest.
글로벌애비뉴해외쇼핑 Irish Setter남성 부츠 Work Men s 83606 Work Boot.
Irish Setter Men's 6" 83605 Work Boot.
Getter와 setter 메소드를 만드는 두 번째 방법은 필드를 선택하고 메뉴에서 Refactor >
The second way to generate getter and setter methods is to select the field and then choose Refactor>
Setter 이루어져를 Property 및 Value합니다. Each Setter consists of a Property and a Value.
Each declaration consists of a property and value.
MyClass에서 정의한 일반 메서드나 getter, setter는 MyClass. prototype에 쓰여집니다.
we provide as constructor), while methods, getters and setters are written to MyClass. prototype.
각 헤더 필드들은 setter 와 getter 메소드들과 연관되어 있는데,
Each header field has associated setter and getter methods,
Synthesize 지시자는 우리를 위해 자동으로 setter와 getter를 만들어 주므로, 이 클래스를 위해 우리가 해야하는 일은 dealloc 메소드 입니다.
The@synthesize directive automatically generates the setters and getters for us, so all we have to implement for this class is the dealloc method.
일반적인 데이터 속성처럼 동작하는데, getter와 setter 함수가 자동으로 호출되고 숨겨져 있기 때문입니다.
because the getter and setter functions are invoked automatically and are typically transparent to JavaScript code.
이것은 getter와 setter 메소드를 만들어 줄 것입니다.
make accessors for and this will create a getter and setter method.
Setter를 활성화합니다.
Invokes the setter.
Getter·setter를 비롯한 기타 단축 문법.
Getters/setters, other shorthands.
Constraints 의 setter가 더 이상 공개 API의 일부가 아닙니다.
Setters on Constraints are no longer a part of the public API.
그러면 Kotlin 컴파일러가 자동으로 getter와 setter를 생성합니다.
And after that, the Kotlin compiler will automatically generate getters and setters.
간단한 getter 및 setter에는 프로퍼티를 사용하라.
Use properties for simple getters and setters.
WaterAmount에 접근하려면 waterAmount의 getter와 setter를 통해야 합니다.
We will need to rely on waterAmount getter/setter.
JavaScript 작성자는 이제 개체에 getter와 setter를 추가할 수 있습니다.
JavaScript writers can now add getters and setters to their objects.
Getter 및 setter/접근자를 사용하는 이유는 무엇입니까?
Why use getters and setters/accessors?
원칙적으로, getter와 setter는 둘 중 하나가 될 수 있다.
In principle, getters and setters can be either.