点击或拖拽改变大小

CompilerVersionAttribute 类

X#
This class records the compiler version used to build an assembly
继承层次
Object
  Attribute
    CompilerVersionAttribute

命名空间:  XSharp.Internal
程序集:  XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法
[AttributeUsageAttribute(AttributeTargets.Assembly)]
 SEALED CLASS CompilerVersionAttribute INHERIT Attribute
查看代码

CompilerVersionAttribute 类型公开以下成员。

构造函数
  名称说明
公共方法CompilerVersionAttribute
初始化 CompilerVersionAttribute 类的一个新实例
Top
属性
  名称说明
公共属性Version
The version and dialect of the compiler that created the assembly.
Top
参见