Array Types in .NET
Details Related Types
Site:  MSDN
Original URL:  http://msdn.microsoft.com/msdnmag/issues/02/02/NET/NET0202.asp
Summary:
Arrays are mechanisms that allow you to treat several items as a single collection. The Microsoft® .NET Common Language Runtime (CLR) supports single-dimensional arrays, multidimensional arrays, and jagged arrays (arrays of arrays). All array types are implicitly derived from System.Array, which itself is derived from System.Object. This means that all arrays are always reference types which are allocated on the managed heap, and your app's variable contains a reference to the array and not the array itself.
System.Array
System.Collections.ICollection
System.Collections.IEnumerable
System.Collections.IList
System.Decimal
System.Double
System.Drawing.Point
System.ICloneable
System.IndexOutOfRangeException
System.Int32
System.IO.MemoryStream
System.Object
System.SByte
System.String
System.UInt16
System.UInt32
System.UInt64
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