Gets the type from which the current 
Type directly inherits.
 
Namespace: SystemAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
 Syntax
Syntaxpublic 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
See Also