Exemple #1
0
        public PListDict AddDictonary(string name)
        {
            PListDict n = new PListDict();

            Add(name, n);
            return(n);
        }
Exemple #2
0
        public PListDict AddDictonary()
        {
            PListDict n = new PListDict();

            Add(n);
            return(n);
        }