Exemplo n.º 1
0
        public PListDict AddDictonary(string name)
        {
            PListDict n = new PListDict();

            Add(name, n);
            return(n);
        }
Exemplo n.º 2
0
        public PListDict AddDictonary()
        {
            PListDict n = new PListDict();

            Add(n);
            return(n);
        }