我遇到了一段我需要转换为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
如何将其转换为C#?
谢谢