C# Named Arguments

Named Arguments

It is also possible to send arguments with the key: value syntax.

That way, the order of the arguments does not matter: Continue reading C# Named Arguments