System.Array Class
Information   Base Types   Related Resources

Provides methods for creating, manipulating, searching, and sorting arrays, thereby serving as the base class for all arrays in the common language runtime.

  • Namespace: System
  • First seen in: .NET v1.0.3705
  • Last seen in: .NET v1.1.4322
  • Last changed in: .NET v1.1.4322
  • Assembly: mscorlib.dll

  • System.Object
  • View this type on MSDN
  • View this type on WinFX 247
    Articles (90)Discussions (580)MembersRotorChanges
    New member/overload additions in .NET v1.1.4322
     Copy
  • public static void Copy(System.Array sourceArray, System.Array destinationArray, System.Int64 length)
  • public static void Copy(System.Array sourceArray, System.Int64 sourceIndex, System.Array destinationArray, System.Int64 destinationIndex, System.Int64 length)

  •  CopyTo
  • public void CopyTo(System.Array array, System.Int64 index)

  •  CreateInstance
  • public static System.Array CreateInstance(System.Type elementType, System.Int64[] lengths)

  •  GetLongLength
  • public System.Int64 GetLongLength(System.Int32 dimension)

  •  GetValue
  • public System.Object GetValue(System.Int64 index)
  • public System.Object GetValue(System.Int64 index1, System.Int64 index2)
  • public System.Object GetValue(System.Int64 index1, System.Int64 index2, System.Int64 index3)
  • public System.Object GetValue(System.Int64[] indices)

  •  LongLength
  • public System.Int64 LongLength

  •  SetValue
  • public void SetValue(System.Object value, System.Int64 index)
  • public void SetValue(System.Object value, System.Int64 index1, System.Int64 index2)
  • public void SetValue(System.Object value, System.Int64 index1, System.Int64 index2, System.Int64 index3)
  • public void SetValue(System.Object value, System.Int64[] indices)

  • Ad
    MBR BootFX
    Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
     
     Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
    Contact Us - Terms of Use - Privacy Policy - www.dotnet247.com