comparison Implab/JSON/JSONXmlReaderOptions.cs @ 64:a809805210d1

small refactoring
author cin
date Wed, 25 Jun 2014 04:44:53 +0400
parents 908b4f340c69
children 4f20870d0816
comparison
equal deleted inserted replaced
63:908b4f340c69 64:a809805210d1
56 public XmlNameTable NameTable { 56 public XmlNameTable NameTable {
57 get; 57 get;
58 set; 58 set;
59 } 59 }
60 60
61 /// <summary>
62 /// Флаг, означающий, что неужно освободить парсер по окончанию работы.
63 /// </summary>
64 public bool DisposeParser {
65 get;
66 set;
67 }
68 } 61 }
69 } 62 }