[Hauptseite] / [CSortedObjectList]
Class CSortedObjectList
  New (dictionary As IDictionary, comparer As IComparer) As CSortedObjectList
  New (dictionary As IDictionary) As CSortedObjectList
  New  As CSortedObjectList
  New (comparer As IComparer, capacity As Integer) As CSortedObjectList
  New (initialCapacity As Integer) As CSortedObjectList
  New (comparer As IComparer) As CSortedObjectList
  Function Add(key As Object, value As Object)
  Function AddHash(hashTable As IDictionary, overWriteIfKeyExists As Boolean)
  Property Capacity As Integer
  Function Clear()
  Function Clone() As Object
  Function Contains(key As Object) As Boolean
  Function ContainsKey(key As Object) As Boolean
  Function ContainsValue(value As Object) As Boolean
  Function CopyTo(array As Array, arrayIndex As Integer)
  Property Count As Integer
  Var DefaultReturnValue As Object
  Function GetByIndex(index As Integer) As Object
  Function GetEnumerator()
  Function GetKey(index As Integer) As Object
  Function GetKeyList() As IList
  Function GetValueList() As IList
  Function IndexOfKey(key As Object) As Integer
  Function IndexOfValue(value As Object) As Integer
  Function isEmpty() As Boolean
  Property IsFixedSize As Boolean
  Property IsReadOnly As Boolean
  Property IsSynchronized As Boolean
  Property Item(key As Object) As Object
  Function ItemByIndex(index As Integer) As Object
  Function KeyByIndex(index As Integer) As Object
  Property Keys As ICollection
  Function Remove(key As Object)
  Function RemoveAt(index As Integer)
  Function SetByIndex(index As Integer, value As Object)
  Var ShowExceptionIfKeyNotExists As Boolean
  Property SyncRoot As Object
  Function TrimToSize()
  Property Values As ICollection

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