removeAll()

dictionary.removeAll() 함수는 사전의 모든 키/값 항목을 제거하지만 사전의 특성에는 영향을 미치지 않습니다.

구문

  dictionaryName.removeAll( )
dictionaryName
사전 파트를 기반으로 하는 변수의 이름입니다.