Edit

Share via


TypeDelegator.Namespace Property

Definition

Gets the namespace of the implemented type.

C#
public override string? Namespace { get; }
C#
public override string Namespace { get; }

Property Value

A String containing the type's namespace.

Remarks

This property gets a string containing the namespace of the current TypeDelegator. For example, if the TypeDelegator is TypeFilter, the returned namespace is System.Reflection.

Applies to