E
etam
Hi,
why I can not override it?
This line: virtual String^ ToString() override = Object::ToString;
produces this error: cannot override base class method
'System::Object::ToString'.
Why is that?
Here is the code:
http://eugeneciurana.com/pastebin/pastebin.php?show=5333
Thanks in advance,
Etam.
why I can not override it?
This line: virtual String^ ToString() override = Object::ToString;
produces this error: cannot override base class method
'System::Object::ToString'.
Why is that?
Here is the code:
http://eugeneciurana.com/pastebin/pastebin.php?show=5333
Thanks in advance,
Etam.