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

정의된 네임스페이스의 점으로 구분된 이름입니다.

적용 대상