Table of Contents

Property BaseType

Namespace
Alternet.TsTypedefsGenerator.Core.TsModels
Assembly
Alternet.Common.TypeScript.v9.dll

BaseType

Gets the type from which the current Type directly inherits.

public override Type BaseType { get; }

Property Value

Type

The Type from which the current Type directly inherits, or null if the current Type represents the object class or an interface.