点击或拖拽改变大小

ClipperCallingConventionAttribute 类

X#
This class documents the parameter names for methods and functions with Clipper calling convention
继承层次
Object
  Attribute
    ClipperCallingConventionAttribute

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

ClipperCallingConventionAttribute 类型公开以下成员。

构造函数
  名称说明
公共方法ClipperCallingConventionAttribute
初始化 ClipperCallingConventionAttribute 类的一个新实例
Top
属性
  名称说明
公共属性ParameterNames
List of parameter names for the method or constructor
Top
参见