PclUnit.Run.Runner.ToListJson C# (CSharp) 메소드

ToListJson() 공개 메소드

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