22.02.2021, 07:16 | #1 |
Участник
|
[Ax2012] The method override must be declared with the same return type as the base method
В статье C# Proxy Source Code for X++ Classes есть такой текст :
Цитата:
Every X++ method is marked either virtual, override, or new in the C# proxy.
``` Suppose in X++ you have a class DerivedClass that extends X++ class BaseClass. In their C# proxies, the methods would be decorated as follows:
X++: The method override must be declared with the same return type as the base method. Может в каких-то версиях Ax2012 в наследнике можно перекрыть функцию и вернуть отличающийся от родительской функции тип ?
__________________
Дмитрий |
|
|
За это сообщение автора поблагодарили: S.Kuskov (2). |