Gets the type from which the current
Type directly inherits.
Namespace: SystemAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public abstract Type BaseType { get; }
Return Value
Type:
TypeThe
Type from which the current
Type directly inherits, or null if the current Type represents the
Object class or an interface.
See Also