LediReader
/
EpubReader
/Source
/VersOne.Epub.Test
/Integration
/JsonUtils
/Configuration
/PropertyDefaultValue.cs
| namespace VersOne.Epub.Test.Integration.JsonUtils.Configuration | |
| { | |
| [] | |
| internal enum PropertyDefaultValue | |
| { | |
| NULL = 1, | |
| FALSE = 2, | |
| EMPTY_ARRAY = 4, | |
| EMPTY_OBJECT = 8, | |
| EMPTY_DICTIONARY = 16 | |
| } | |
| } | |