从VB转换为C#

时间:2019-07-16 12:43:37

标签: c# xml vb.net

我遇到了一段我需要转换为C#的VB.Net代码,但我听不懂。实际上,代码编译结束运行对我来说很奇怪。

Public Class Edmx
    Inherits XDocument
  Public Sub New()
        MyBase.New(New XDeclaration("1.0", "UTF-8", "yes"), <edmx:Edmx Version="1.0" xmlns:edmx="http://schemas.microsoft.com/ado/2007/06/edmx"/>)
        End Sub
'rest of the class
'
'
End CLass

enter image description here

如何将其转换为C#?

谢谢

0 个答案:

没有答案