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

适用于