1
0
mirror of https://github.com/twiglet/cs2j.git synced 2025-01-18 13:15:17 +01:00

Add ToString() overload

This commit is contained in:
Kevin Glynn 2011-01-12 09:37:43 +01:00
parent 5f60ecc908
commit 1fc6442396

View File

@ -1069,6 +1069,10 @@ namespace RusticiSoftware.Translator.CLR
}
#endregion
public override String ToString()
{
return this.TypeName;
}
}
[XmlType("Enum")]