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:
parent
5f60ecc908
commit
1fc6442396
@ -1069,6 +1069,10 @@ namespace RusticiSoftware.Translator.CLR
|
|||||||
}
|
}
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
|
public override String ToString()
|
||||||
|
{
|
||||||
|
return this.TypeName;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
[XmlType("Enum")]
|
[XmlType("Enum")]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user