Click or drag to resize
TypeBaseType Property
Gets the type from which the current Type directly inherits.

Namespace: System
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public abstract Type BaseType { get; }

Return Value

Type: Type
The Type from which the current Type directly inherits, or null if the current Type represents the Object class or an interface.
See Also