CppInlineNamespaceAttribute(String) Constructor

Definition

Initializes a new instance of the CppInlineNamespaceAttribute class with the specified dotted namespace name.

public:
 CppInlineNamespaceAttribute(System::String ^ dottedName);
public CppInlineNamespaceAttribute (string dottedName);
new System.Runtime.CompilerServices.CppInlineNamespaceAttribute : string -> System.Runtime.CompilerServices.CppInlineNamespaceAttribute
Public Sub New (dottedName As String)

Parameters

dottedName
String

The dotted name of the defined namespace.

Applies to