DefaultCharSetAttribute(CharSet) Constructor

Definition

Initializes a new instance of the DefaultCharSetAttribute class with the specified CharSet value.

public:
 DefaultCharSetAttribute(System::Runtime::InteropServices::CharSet charSet);
public DefaultCharSetAttribute (System.Runtime.InteropServices.CharSet charSet);
new System.Runtime.InteropServices.DefaultCharSetAttribute : System.Runtime.InteropServices.CharSet -> System.Runtime.InteropServices.DefaultCharSetAttribute
Public Sub New (charSet As CharSet)

Parameters

charSet
CharSet

One of the CharSet values.

Applies to