示例#1
0
 public PListDictionaryNode(PListParser parser, Dictionary <string, object> objs) : base(parser)
 {
     _objs = objs;
 }
示例#2
0
 public TichuPListParser(PListParser parser)
 {
     _parser = parser;
 }
示例#3
0
 public PListArrayNode(PListParser parser, List <object> objs) : base(parser)
 {
     _objs = objs;
 }