C# exports: Fix semicolon syntax error

Co-authored-by: Loregret <31369647+Loregret@users.noreply.github.com>
This commit is contained in:
Max Hilbrunner
2024-11-17 11:01:41 +01:00
parent 73e706cab7
commit b2b3ea580a

View File

@@ -466,7 +466,7 @@ of the selected option (i.e. ``0``, ``1``, or ``2``).
.. code-block:: csharp
[Export(PropertyHint.Enum, "Warrior,Magician,Thief")]
public int CharacterClass { get; set; };
public int CharacterClass { get; set; }
You can add explicit values using a colon: