[Hauptseite] / [CSortedStringList]
Class CSortedStringList : CSortedListBase
  New  As CSortedStringList
  Function Add(key As String, value As String)
  Function AddHash(hashTable As IDictionary, overWriteIfKeyExists As Boolean) (geerbt)
  Property Capacity As Integer (geerbt)
  Function Clear() (geerbt)
  Function ContainsKey(key As String) As Boolean
  Function ContainsValue(value As String) As Boolean
  Function CopyTo(array As Array, index As Integer) (geerbt)
  Property Count As Integer (geerbt)
  Static Function CreateFromString(expression As String, seperatorBetweenKeyItems As String, seperatorBetweenKeyAndItem As String) As CSortedStringList
  Function GetEnumerator() (geerbt)
  Function GetKeyList() As IList (geerbt)
  Function GetValueList() As IList (geerbt)
  Function IndexOfKey(key As String) As Integer
  Function IndexOfValue(value As String) As Integer
  Function IsEmpty() As Boolean (geerbt)
  Property IsFixedSize As Boolean (geerbt)
  Property IsReadOnly As Boolean (geerbt)
  Property IsSynchronized As Boolean (geerbt)
  Property Item(key As String) As String
  Function ItemByIndex(index As Integer) As String
  Function KeyByIndex(index As Integer) As String
  Property Keys As ICollection (geerbt)
  Function Remove(key As String)
  Function RemoveAt(index As Integer) (geerbt)
  Property SyncRoot As Object (geerbt)
  Function TrimToSize() (geerbt)
  Property Values As ICollection (geerbt)

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