속성 컬렉션

PropertyCollection class

속성 컬렉션 @hideconstructor

메서드

get

이름설명
get(idx)

Result:


get

이름설명
get(property)

Result:


set

이름설명
set(property, value)

Result:


findProperty

이름설명
findProperty(property)속성을 찾습니다. 동적 속성 (Created by CreateDynamicProperty/SetProperty) 또는 네이티브 속성(Identified by its name) 일 수 있습니다

Parameters:

이름유형설명
속성String속성 이름.

Result: 속성


removeProperty

이름설명
removeProperty(property)동적 속성을 제거합니다.

Parameters:

이름유형설명
속성속성제거할 속성은 무엇입니까

Result: boolean


removeProperty

이름설명
removeProperty(property)동적 속성을 제거합니다.

Parameters:

이름유형설명
속성String제거할 속성은 무엇입니까

Result: boolean


iterator

이름설명
iterator()내부 사용을 위해 예약되었습니다.

Result: boolean