TypeBuilder.ReflectedType Property

Definition

Returns the type that was used to obtain this type.

public:
 virtual property Type ^ ReflectedType { Type ^ get(); };
public override Type? ReflectedType { get; }
public override Type ReflectedType { get; }
member this.ReflectedType : Type
Public Overrides ReadOnly Property ReflectedType As Type

Property Value

Read-only. The type that was used to obtain this type.

Applies to