点击或拖拽改变大小

TypesChangedAttribute 类

X#
This class is used to mark a class and indicate that the property types and or parameter types in this class were changed. When the compiler detects that a subclass does not have the right parameter or property types then the subclass will be automatically adjusted to preserved the types from the parent class.
继承层次
Object
  Attribute
    TypesChangedAttribute

命名空间:  XSharp.Internal
程序集:  XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法
[AttributeUsageAttribute(AttributeTargets.Class)]
 SEALED CLASS TypesChangedAttribute INHERIT Attribute
查看代码

TypesChangedAttribute 类型公开以下成员。

构造函数
  名称说明
公共方法TypesChangedAttribute
初始化 TypesChangedAttribute 类的一个新实例
Top
参见