[Hauptseite] / [IDictionary]
Interface IDictionary
  Function Add(key As Object, value As Object)
  Function Clear()
  Function Contains(key As Object) As Boolean
  Function CopyTo(array As Array, index As Integer) (geerbt)
  Property Count As Integer (geerbt)
  Function GetEnumerator() As IEnumerator (geerbt)
  Function GetEnumerator()
  Property IsFixedSize As Boolean
  Property IsReadOnly As Boolean
  Property IsSynchronized As Boolean (geerbt)
  Property Item(key As Object) As Object
  Property Keys As ICollection
  Function Remove(key As Object)
  Property SyncRoot As Object (geerbt)
  Property Values As ICollection

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