[Hauptseite] / [Array]
Class Array
  Static Function BinarySearch(array As Array, value As Object) As Integer
  Static Function BinarySearch(array As Array, index As Integer, length As Integer, value As Object) As Integer
  Static Function BinarySearch(array As Array, value As Object, comparer As IComparer) As Integer
  Static Function BinarySearch(array As Array, index As Integer, length As Integer, value As Object, comparer As IComparer) As Integer
  Static Function Clear(array As Array, index As Integer, length As Integer)
  Function Clone() As Object
  Static Function ConstrainedCopy(sourceArray As Array, sourceIndex As Integer, destinationArray As Array, destinationIndex As Integer, length As Integer)
  Static Function Copy(sourceArray As Array, sourceIndex As Long, destinationArray As Array, destinationIndex As Long, length As Long)
  Static Function Copy(sourceArray As Array, destinationArray As Array, length As Integer)
  Static Function Copy(sourceArray As Array, destinationArray As Array, length As Long)
  Static Function Copy(sourceArray As Array, sourceIndex As Integer, destinationArray As Array, destinationIndex As Integer, length As Integer)
  Function CopyTo(array As Array, index As Integer)
  Function CopyTo(array As Array, index As Long)
  Static Function Empty()
  Function GetEnumerator() As IEnumerator
  Function GetLength(dimension As Integer) As Integer
  Function GetLongLength(dimension As Integer) As Long
  Function GetLowerBound(dimension As Integer) As Integer
  Function GetUpperBound(dimension As Integer) As Integer
  Function GetValue(index1 As Integer, index2 As Integer, index3 As Integer) As Object
  Function GetValue(index1 As Integer, index2 As Integer) As Object
  Function GetValue(index1 As Long, index2 As Long) As Object
  Function GetValue(index1 As Long, index2 As Long, index3 As Long) As Object
  Function GetValue(index As Long) As Object
  Function GetValue(index As Integer) As Object
  Static Function IndexOf(array As Array, value As Object, startIndex As Integer) As Integer
  Static Function IndexOf(array As Array, value As Object, startIndex As Integer, count As Integer) As Integer
  Static Function IndexOf(array As Array, value As Object) As Integer
  Function Initialize()
  Property IsFixedSize As Boolean
  Property IsReadOnly As Boolean
  Property IsSynchronized As Boolean
  Static Function LastIndexOf(array As Array, value As Object) As Integer
  Static Function LastIndexOf(array As Array, value As Object, startIndex As Integer) As Integer
  Static Function LastIndexOf(array As Array, value As Object, startIndex As Integer, count As Integer) As Integer
  Property Length As Integer
  Property LongLength As Long
  Property Rank As Integer
  Static Function Reverse(array As Array, index As Integer, length As Integer)
  Static Function Reverse(array As Array)
  Function SetValue(value As Object, index As Integer)
  Function SetValue(value As Object, index1 As Integer, index2 As Integer)
  Function SetValue(value As Object, index1 As Integer, index2 As Integer, index3 As Integer)
  Function SetValue(value As Object, index1 As Long, index2 As Long, index3 As Long)
  Function SetValue(value As Object, index1 As Long, index2 As Long)
  Function SetValue(value As Object, index As Long)
  Static Function Sort(keys As Array, items As Array, comparer As IComparer)
  Static Function Sort(array As Array, comparer As IComparer)
  Static Function Sort(keys As Array, items As Array, index As Integer, length As Integer, comparer As IComparer)
  Static Function Sort(array As Array, index As Integer, length As Integer, comparer As IComparer)
  Static Function Sort(keys As Array, items As Array, index As Integer, length As Integer)
  Static Function Sort(array As Array)
  Static Function Sort(array As Array, index As Integer, length As Integer)
  Static Function Sort(keys As Array, items As Array)
  Property SyncRoot As Object

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