[Hauptseite] / [CObjectHashTable]
Class CObjectHashTable : CDictionaryBase
  New (keyMustExists As Boolean) As CObjectHashTable
  New  As CObjectHashTable
  New (dictionary As IDictionary) As CObjectHashTable
  Function Add(key As Object, value As Object)
  Function AddHash(hashTable As IDictionary, overWriteIfKeyExists As Boolean) (geerbt)
  Function Clear() (geerbt)
  Function ContainsKey(key As Object) As Boolean
  Function CopyTo(array As Array, index As Integer) (geerbt)
  Property Count As Integer (geerbt)
  Function GetEnumerator() (geerbt)
  Function IsEmpty() As Boolean (geerbt)
  Property IsFixedSize As Boolean (geerbt)
  Property IsReadOnly As Boolean (geerbt)
  Property IsSynchronized As Boolean (geerbt)
  Property Item(key As Object) As Object
  Property Keys As ICollection (geerbt)
  Function Remove(key As Object)
  Property SyncRoot As Object (geerbt)
  Property Values As ICollection (geerbt)

//wiki.stne.net/index.php?title=API:CObjectHashTable
//wiki.en.stne.net/index.php?title=API:CObjectHashTable