mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-14 14:24:10 +02:00
Added ToString
This commit is contained in:
parent
a2a1b486a2
commit
0df1a6090b
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue