mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 11:38:21 +02:00
Type.ToString -> comptype(id)
This commit is contained in:
parent
81dd512cdb
commit
11b136f6d1
1 changed files with 3 additions and 2 deletions
|
@ -956,8 +956,9 @@ namespace System
|
|||
#if !BF_REFLECT_MINIMAL
|
||||
GetFullName(strBuffer);
|
||||
#else
|
||||
strBuffer.Append("Type#");
|
||||
mTypeId.ToString(strBuffer);
|
||||
strBuffer.Append("comptype(");
|
||||
((int32)mTypeId).ToString(strBuffer);
|
||||
strBuffer.Append(")");
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue