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

Added ToString

This commit is contained in:
Brian Fiete 2020-07-01 06:14:52 -07:00
parent a2a1b486a2
commit 0df1a6090b

View file

@ -477,6 +477,11 @@ namespace System
return .Err; return .Err;
} }
public override void ToString(String strBuffer)
{
GetFullName(strBuffer);
}
public struct Enumerator : IEnumerator<Type> public struct Enumerator : IEnumerator<Type>
{ {
int32 mCurId; int32 mCurId;
@ -493,7 +498,6 @@ namespace System
} }
} }
} }
} }
enum TypeCode : uint8 enum TypeCode : uint8