[Hauptseite] / [IList]
Interface IList
  Function Add(value As Object) As Integer
  Function Clear()
  Function Contains(value As Object) As Boolean
  Function CopyTo(array As Array, index As Integer) (geerbt)
  Property Count As Integer (geerbt)
  Function GetEnumerator() As IEnumerator (geerbt)
  Function IndexOf(value As Object) As Integer
  Function Insert(index As Integer, value As Object)
  Property IsFixedSize As Boolean
  Property IsReadOnly As Boolean
  Property IsSynchronized As Boolean (geerbt)
  Property Item(index As Integer) As Object
  Function Remove(value As Object)
  Function RemoveAt(index As Integer)
  Property SyncRoot As Object (geerbt)

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