TypesChangedAttribute Class | |
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.
Inheritance Hierarchy Object
Attribute
TypesChangedAttribute
Namespace:
XSharp.Internal
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.21
Syntax [AttributeUsageAttribute(AttributeTargets.Class)]
SEALED CLASS TypesChangedAttribute INHERIT Attribute
[AttributeUsageAttribute(AttributeTargets.Class)]
public sealed class TypesChangedAttribute : Attribute
Request Example
View SourceThe TypesChangedAttribute type exposes the following members.
Constructors See Also