CppInlineNamespaceAttribute(String) 构造函数

定义

使用指定的以点分隔的命名空间名称初始化 CppInlineNamespaceAttribute 类的新实例。

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)

参数

dottedName
String

定义的命名空间以点分隔的名称。

适用于