Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

Hashtable.Clear()

Description

Count is set to zero, and references to other objects from elements of the collection are also released.

The capacity remains unchanged. /This method is an O(n) operation, where n is Hashtable.Count.