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
S

Seikilos

@Seikilos
About
Posts
1
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • HashTable elements not found in the same order as they are added
    S Seikilos

    This is in the nature of the hashtable. all elements are sorted by the hash of the key as mention here: http://msdn.microsoft.com/en-us/library/system.collections.hashtable.aspx[^] "Represents a collection of key/value pairs that are organized based on the hash code of the key." Use List< KeyValuePair< T,T > > for that unless you need an efficient by-key retrieval And please post code that compiles for others, like keep consistent field names (what is parameters?) and post code that works without rewriting all of your format variables.

    modified on Thursday, June 11, 2009 1:58 AM

    C# help question
  • Login

  • Don't have an account? Register

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