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

定义的命名空间的虚线名称。

适用于