CompilerVersionAttribute Class | |
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.21
Syntax [AttributeUsageAttribute(AttributeTargets.Assembly)]
SEALED CLASS CompilerVersionAttribute INHERIT Attribute
[AttributeUsageAttribute(AttributeTargets.Assembly)]
public sealed class CompilerVersionAttribute : Attribute
Request Example
View SourceThe CompilerVersionAttribute type exposes the following members.
Constructors Properties
| Name | Description |
---|
| Version | The version and dialect of the compiler that created the assembly. |
TopSee Also