Click or drag to resize

TypesChangedAttribute Class

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.
Inheritance Hierarchy
Object
  Attribute
    TypesChangedAttribute

Namespace:  XSharp.Internal
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
[AttributeUsageAttribute(AttributeTargets.Class)]
 SEALED CLASS TypesChangedAttribute INHERIT Attribute
Request Example View Source

The TypesChangedAttribute type exposes the following members.

Constructors
  NameDescription
Public methodTypesChangedAttribute
Initializes a new instance of the TypesChangedAttribute class
Top
See Also