Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Array vs Collection

Array vs Collection

Scheduled Pinned Locked Moved C#
questionvisual-studiodata-structures
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • X Offline
    X Offline
    Xandip
    wrote on last edited by
    #1

    Just a simple question :) Is System.Array a collection ? If it is, then why doesnt it come in the System.Collections namespace ??

    The name is Sandeep

    K P 2 Replies Last reply
    0
    • X Xandip

      Just a simple question :) Is System.Array a collection ? If it is, then why doesnt it come in the System.Collections namespace ??

      The name is Sandeep

      K Offline
      K Offline
      Keith Barrow
      wrote on last edited by
      #2

      System.Array is a collection, it also implements System.Collections.ICollection.

      Xandip wrote:

      If it is, then why doesnt it come in the System.Collections namespace ??

      Because somone in Microsoft decided it would be best sitted in the System namespace! Possibly this is because it has a close natural affinity with the primative (_object_[] type) arrays.

      CCC solved so far: 2 (including a Hard One!) 37!?!! - Randall, Clerks

      1 Reply Last reply
      0
      • X Xandip

        Just a simple question :) Is System.Array a collection ? If it is, then why doesnt it come in the System.Collections namespace ??

        The name is Sandeep

        P Offline
        P Offline
        PIEBALDconsult
        wrote on last edited by
        #3

        If you create your own collection, would you put it there?

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups