PclUnit.Run.Runner.ToListJson C# (CSharp) Méthode

ToListJson() public méthode

public ToListJson ( ) : string
Résultat string
        public string ToListJson()
        {
            return String.Format("{{Platform:\"{1}\", Assemblies:[{0}]}}",
                          String.Join(",", Assemblies.Select(it => it.ToListJson()).ToArray()), Platform);
        }