System.Type.GetTypeCodeImpl Method

Returns the underlying type code of the specified Type.

Syntax

protected virtual TypeCode GetTypeCodeImpl ()

Returns

The code of the underlying type.

Remarks

This method provides the implementation for the Type.GetTypeCode(Type) method. When you inherit from Type, you can override this method to provide your own implementation of Type.GetTypeCode(Type).

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 4.0.0.0