Gets the base type of the specified type.
[Visual Basic] Protected Function GetTypeBaseType( _ ByVal type As String _ ) As String [C#] protected string GetTypeBaseType( string type ); [C++] protected: String* GetTypeBaseType( String* type ); [JScript] protected function GetTypeBaseType( type : String ) : String;
The name of the base data type.
CodeGenerator Class | CodeGenerator Members | System.CodeDOM.Compiler Namespace