[Hauptseite] / [CStringList]
Class CStringList : CCollectionBase
  New (col As ICollection) As CStringList
  New  As CStringList
  New (capacity As Integer) As CStringList
  Function Add(value As String) As Integer
  Function AddRange(col As ICollection)
  Property Capacity As Integer (geerbt)
  Function CheckIndex(index As Integer) As Boolean (geerbt)
  Function Clear() (geerbt)
  Function Contains(value As String) As Boolean
  Function ConvertToStrings()
  Function CopyTo(array As Array, index As Integer) (geerbt)
  Property Count As Integer (geerbt)
  Static Function CreateFromString(expression As String, seperator As String) As CStringList
  Static Function CreateFromString(expression As String) As CStringList
  Function DeleteItemsWhere(value As String)
  Function FromString(expression As String, seperator As String)
  Function GetEnumerator() As IEnumerator (geerbt)
  Function IndexOf(value As String, start As Integer, count As Integer) As Integer
  Function IndexOf(value As String, start As Integer) As Integer
  Function IndexOf(value As String) As Integer
  Function Insert(index As Integer, value As String)
  Function InsertRange(index As Integer, col As ICollection) (geerbt)
  Function IsEmpty() As Boolean (geerbt)
  Property IsFixedSize As Boolean (geerbt)
  Property IsReadOnly As Boolean (geerbt)
  Property IsSynchronized As Boolean (geerbt)
  Property Item(index As Integer) As String
  Function LastIndexOf(value As String, start As Integer, count As Integer) As Integer
  Function LastIndexOf(value As String, start As Integer) As Integer
  Function LastIndexOf(value As String) As Integer
  Function Move(indexFrom As Integer, indexTo As Integer) (geerbt)
  Function Remove(value As String)
  Function RemoveAt(index As Integer) (geerbt)
  Function RemoveRange(index As Integer, count As Integer) (geerbt)
  Function Reverse(index As Integer, count As Integer) (geerbt)
  Function Reverse() (geerbt)
  Function SetRange(index As Integer, col As ICollection) (geerbt)
  Function Sort(index As Integer, count As Integer, comparer As IComparer) (geerbt)
  Function Sort() (geerbt)
  Function Sort(comparer As IComparer) (geerbt)
  Property SyncRoot As Object (geerbt)
  Function Text(seperator As String) As String
  Function ToArray()
  Function TrimToSize() (geerbt)
  Function ValueCount(value As String) As Integer

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