vb.net - What is the c# of this vb code? -


I need to convert this vb code to c #, my problem is that i do not understand Whether VB has an object and what is its equivalent is in C #.

  Summary () as the new summary; Dim row = summary as the data row. NewRow () Dim info as Hashtable = reader.Info For every key in the form of information in the string. Case Case Case "Headline" line ("title") = info.Item (key) case "author" line ("author") = info.Item (key) case "subject" line ("subject") = info Select the end summary .meem (key) Rows. Add (line)    

C # equivalent information [key] . You can find additional information on the Microsoft website:

Comments

Popular posts from this blog

Verilog Error: output or inout port "Q" must be connected to a structural net expression -

jasper reports - How to center align barcode using jasperreports and barcode4j -

c# - ASP.NET MVC - Attaching an entity of type 'MODELNAME' failed because another entity of the same type already has the same primary key value -