Click or drag to resize

CompilerVersionAttribute Class

X#
This class records the compiler version used to build an assembly
Inheritance Hierarchy
Object
  Attribute
    CompilerVersionAttribute

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

The CompilerVersionAttribute type exposes the following members.

Constructors
  NameDescription
Public methodCompilerVersionAttribute
Initializes a new instance of the CompilerVersionAttribute class
Top
Properties
  NameDescription
Public propertyVersion
The version and dialect of the compiler that created the assembly.
Top
See Also