Click or drag to resize

ClipperCallingConventionAttribute Class

X#
This class documents the parameter names for methods and functions with Clipper calling convention
Inheritance Hierarchy
Object
  Attribute
    ClipperCallingConventionAttribute

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

The ClipperCallingConventionAttribute type exposes the following members.

Constructors
  NameDescription
Public methodClipperCallingConventionAttribute
Initializes a new instance of the ClipperCallingConventionAttribute class
Top
Properties
  NameDescription
Public propertyParameterNames
List of parameter names for the method or constructor
Top
See Also