NotInheritable
- 网络类;组合;密封该类
NotInheritable
NotInheritable
类
挂起请求被挂起 ... “Sub” 声明中使用 “NotInheritable” 类 “Object” 类型 ...
组合
挂起请求被挂起 ... “NotInheritable” 组合 “MyBase” 必须后跟“.”和标识符 ...
密封该类
如果类只包含静态成员,则要记得将该类标记为静态,或者密封该类 (NotInheritable),并且还要为该类提供一个私有构造函数…
1
2
3
5
7