TypesChangedAttribute 类 | |
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
[AttributeUsageAttribute(AttributeTargets.Class)]
public sealed class TypesChangedAttribute : Attribute
查看代码TypesChangedAttribute 类型公开以下成员。
构造函数 参见