withSIX.Play.Core.Games.Entities.Other.Homeworld2StartupParameters.BuildParameters C# (CSharp) Method

BuildParameters() protected method

protected BuildParameters ( ) : IEnumerable
return IEnumerable
        protected override IEnumerable<string> BuildParameters() => ParameterStorage.Select(BuildParameter)
    .Aggregate((IEnumerable<string>)new String[0], (current, pars) => current.Concat(pars));