C#: Extractor- and library support for explicit interface implementations for operators.

This commit is contained in:
Michael Nebel
2023-02-27 14:00:56 +01:00
parent 51be175111
commit f209eed91c
4 changed files with 9 additions and 2 deletions

View File

@@ -434,7 +434,7 @@ class Destructor extends DotNet::Destructor, Callable, Member, Attributable, @de
* Either a unary operator (`UnaryOperator`), a binary operator
* (`BinaryOperator`), or a conversion operator (`ConversionOperator`).
*/
class Operator extends Callable, Member, Attributable, @operator {
class Operator extends Callable, Member, Attributable, Overridable, @operator {
/**
* DEPRECATED: use `getFunctionName()` instead.
*