|
|
|
@ -1284,7 +1284,7 @@ namespace CppSharp.Generators.CSharp |
|
|
|
WriteCloseBraceIndent(); |
|
|
|
WriteCloseBraceIndent(); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public string GetOperatorIdentifier(CXXOperatorKind kind) |
|
|
|
public static string GetOperatorIdentifier(CXXOperatorKind kind) |
|
|
|
{ |
|
|
|
{ |
|
|
|
// These follow the order described in MSDN (Overloadable Operators).
|
|
|
|
// These follow the order described in MSDN (Overloadable Operators).
|
|
|
|
|
|
|
|
|
|
|
|
|