Click or drag to resize

IsInstanceAttribute Class

X#
This class is used to describe fields that have been declared with the INSTANCE modifier
Inheritance Hierarchy
Object
  Attribute
    IsInstanceAttribute

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

The IsInstanceAttribute type exposes the following members.

Constructors
  NameDescription
Public methodIsInstanceAttribute
Initializes a new instance of the IsInstanceAttribute class
Top
See Also