TypeBuilder.BaseType Property

Definition

Retrieves the base type of this type.

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

Property Value

Read-only. Retrieves the base type of this type.

Applies to