Share via


CppInlineNamespaceAttribute(String) Construtor

Definição

Inicializa uma nova instância da classe CppInlineNamespaceAttribute com o nome do namespace pontilhado especificado.

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)

Parâmetros

dottedName
String

O nome pontilhado do namespace definido.

Aplica-se a