1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 12:32:20 +02:00

Removed unused GetBaseType

This commit is contained in:
Brian Fiete 2020-11-05 08:51:39 -08:00
parent bb87ca7b52
commit a4c9b4f3c4

View file

@ -511,12 +511,6 @@ namespace System
GetFullName(strBuffer);
}*/
public virtual Type GetBaseType()
{
//return mBaseType;
return null;
}
protected this()
{
}