LCIDConversionAttribute(Int32) Constructor

Definition

Initializes a new instance of the LCIDConversionAttribute class with the position of the LCID in the unmanaged signature.

public:
 LCIDConversionAttribute(int lcid);
public LCIDConversionAttribute (int lcid);
new System.Runtime.InteropServices.LCIDConversionAttribute : int -> System.Runtime.InteropServices.LCIDConversionAttribute
Public Sub New (lcid As Integer)

Parameters

lcid
Int32

Indicates the position of the LCID argument in the unmanaged signature, where 0 is the first argument.

Applies to