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