TypeDelegator.Namespace 속성

정의

구현된 형식의 네임스페이스를 가져옵니다.

public:
 virtual property System::String ^ Namespace { System::String ^ get(); };
public override string? Namespace { get; }
public override string Namespace { get; }
member this.Namespace : string
Public Overrides ReadOnly Property Namespace As String

속성 값

형식의 네임스페이스가 포함된 String입니다.

설명

이 속성은 현재 TypeDelegator의 네임스페이스를 포함하는 문자열을 가져옵니다. 예를 들어 가 이 TypeDelegatorTypeFilter면 반환된 네임스페이스는 입니다 System.Reflection.

적용 대상