API
RcObject

RcObject

기본 오류 처리를 제공하는 베이스 객체.

Methods

dispose(): null

객체를 해제하고 null을 반환한다.
사용 예: this._obj = this._obj.dispose();

return null