withSIX.Play.Core.Games.Entities.Other.Homeworld2StartupParameters.BuildSwitch C# (CSharp) Méthode

BuildSwitch() static private méthode

static private BuildSwitch ( string @switch ) : string
@switch string
Résultat string
        static string BuildSwitch(string @switch) => $"-{@switch.ToLower()}";