Public Sub New(ByVal prop As XProp, ByVal attrs() As Attribute)
        MyBase.New(prop.Name, attrs)
        theProp = prop
    End Sub
对应的c#代码是什么?