mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-09 03:52:19 +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
|
#if !BF_REFLECT_MINIMAL
|
||||||
GetFullName(strBuffer);
|
GetFullName(strBuffer);
|
||||||
#else
|
#else
|
||||||
strBuffer.Append("Type#");
|
strBuffer.Append("comptype(");
|
||||||
mTypeId.ToString(strBuffer);
|
((int32)mTypeId).ToString(strBuffer);
|
||||||
|
strBuffer.Append(")");
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue