You are currently viewing a revision titled "downcast", saved on 2020-04-21 오후 9:58 by 야곰 | |
---|---|
제목 | downcast |
내용 | 다운캐스트.
스위프트 언어에서 객체를 그 객체의 서브클래스(하위클래스, 자식클래스)의 타입으로 캐스트를 시도하는 것.
To attempt to cast an object to one of its subclass types. |
요약글 | |
Markdown content | 다운캐스트.
[스위프트 언어](/docs/swift)에서 객체를 그 객체의 서브클래스(하위클래스, 자식클래스)의 타입으로 캐스트를 시도하는 것.
To attempt to cast an object to one of its subclass types.
|