Beispiel #1
0
        public PListArray AddArray(string name)
        {
            PListArray n = new PListArray();

            Add(name, n);
            return(n);
        }
Beispiel #2
0
        public PListArray AddArray()
        {
            PListArray n = new PListArray();

            Add(n);
            return(n);
        }