[Hauptseite] / [CIntegerHashTable]
Class CIntegerHashTable : CDictionaryBase
  New (keyMustExists As Boolean) As CIntegerHashTable
  New (dictionary As IDictionary) As CIntegerHashTable
  New  As CIntegerHashTable
  Function Add(key As Integer, value As Integer)
  Function AddHash(hashTable As IDictionary, overWriteIfKeyExists As Boolean) (geerbt)
  Function Clear() (geerbt)
  Function ContainsKey(key As Integer) 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 Integer) As Integer
  Property Keys As ICollection (geerbt)
  Function Remove(key As Integer)
  Property SyncRoot As Object (geerbt)
  Property Values As ICollection (geerbt)

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