有谁可以帮我解决这个问题。 [英] Could anyone please help me with this issue.

查看:82
本文介绍了有谁可以帮我解决这个问题。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

错误:预计vb.net中的声明结束



我尝试过:



公共类HubConnection _

继承连接_

实现IHubConnection,IConnection

结束类

解决方案

修改程序如下。

这里我删除了隐式行继续下划线(_)以删除你提到的错误。









 公共  HubConnection 
继承连接
Implements IHubConnection,IConnection
结束


ERROR: End of statement expected in vb.net

What I have tried:

Public Class HubConnection _
Inherits Connection _
Implements IHubConnection, IConnection
End Class

解决方案

Modify the program as below .
Here I have removed the implicit line continuation underscore (_) to remove the error that you mentioned.




Public Class HubConnection
    Inherits Connection
    Implements IHubConnection, IConnection
End Class


这篇关于有谁可以帮我解决这个问题。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆