Share via


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

適用於