mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
classref: Sync with current master branch (99a8ab7)
This commit is contained in:
@@ -1231,7 +1231,7 @@ Returns the concatenation of ``parts``' elements, with each element separated by
|
||||
|
||||
.. code-tab:: csharp
|
||||
|
||||
var fruits = new string[] {"Apple", "Orange", "Pear", "Kiwi"};
|
||||
string[] fruits = ["Apple", "Orange", "Pear", "Kiwi"];
|
||||
|
||||
// In C#, this method is static.
|
||||
GD.Print(string.Join(", ", fruits)); // Prints "Apple, Orange, Pear, Kiwi"
|
||||
|
||||
Reference in New Issue
Block a user