c# and hashtables

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rottmanj
    New Member
    • Jan 2008
    • 46

    c# and hashtables

    With in my application, I have come across the need to use a hashtable that stores 3 variables that come from a sqlite database.

    What I am trying to figure out is how to return an entire hash object from a method.

    Does anyone know if this is possible?
  • Plater
    Recognized Expert Expert
    • Apr 2007
    • 7872

    #2
    Return an instance of the Hashtable object? What do you mean by "hash object"?

    Comment

    Working...