[Hauptseite] / [CCollectionBase]
Class CCollectionBase
  New (capacity As Integer) As CCollectionBase
  New  As CCollectionBase
  New (col As ICollection) As CCollectionBase
  Function AddRange(col As ICollection)
  Property Capacity As Integer
  Function CheckIndex(index As Integer) As Boolean
  Function Clear()
  Function CopyTo(array As Array, index As Integer)
  Property Count As Integer
  Function GetEnumerator() As IEnumerator
  Function InsertRange(index As Integer, col As ICollection)
  Function IsEmpty() As Boolean
  Property IsFixedSize As Boolean
  Property IsReadOnly As Boolean
  Property IsSynchronized As Boolean
  Function Move(indexFrom As Integer, indexTo As Integer)
  Function RemoveAt(index As Integer)
  Function RemoveRange(index As Integer, count As Integer)
  Function Reverse(index As Integer, count As Integer)
  Function Reverse()
  Function SetRange(index As Integer, col As ICollection)
  Function Sort()
  Function Sort(index As Integer, count As Integer, comparer As IComparer)
  Function Sort(comparer As IComparer)
  Property SyncRoot As Object
  Function TrimToSize()

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