点击或拖拽改变大小

DefaultParameterValueAttribute 类

X#
this class is used to mark default parameter values in the middle of a parameter list.
继承层次
Object
  Attribute
    DefaultParameterValueAttribute

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

DefaultParameterValueAttribute 类型公开以下成员。

构造函数
  名称说明
公共方法DefaultParameterValueAttribute
初始化 DefaultParameterValueAttribute 类的一个新实例
Top
属性
  名称说明
公共属性Flag
Flag indicating the type of the default parameter
公共属性Value
Value of the default parameter
Top
备注
It is used when compiling in VO or Vulcan mode. And only for parameters that are followed by parameters without default value (because that is not supported by the .Net framework).
The X# compiler will find this attribute at compile time and will insert its value into the argument list.
参见