convert object to any collection

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • suneethadotnet
    New Member
    • Jul 2007
    • 5

    convert object to any collection

    hi ,


    object objee= obj1.GetSecurit yInfo("hi");

    here GetSecurityInfo ("hi") returns struct.i am assigning it to object.now the object objee have all the properties of GetSecurityInfo ("hi") struct.but am not getting when i type


    objee.


    so i think i have to convert this objee into collections.but i am not getting how to convert this.


    any one can ple help on this........... ...
Working...