Merge branch 'master' into 3.2

This commit is contained in:
Rémi Verschelde
2020-08-11 13:30:27 +02:00
30 changed files with 278 additions and 125 deletions

View File

@@ -121,7 +121,7 @@ This attribute should be used on a `delegate`, whose name signature will be used
[Signal]
delegate void MySignal(string willSendsAString);
See also: :ref:`c_sharp_signals`
See also: :ref:`doc_c_sharp_signals`.
Singletons
----------