In the current beta, Visual Basic does not support the Shared keyword on a class declaration.
在当前的beta版本中,Visual Basic不支持类声明中的Shared关键字。
Visual Basic requires the keyword Property, which means it doesn’t need the get/set pair to distinguish it from a field.
Visual Basic则需要关键字Property,这表示它不需要get/set来对字段进行区分。
应用推荐