Example #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="JsonSimpleReader"/> class.
 /// </summary>
 /// <param name="that">Existing <see cref="JsonSimpleReader"/> used to initialize new instance.</param>
 public JsonSimpleReader(JsonSimpleReader that)
     : this(that.Name, that.Path, that.extension)
 {
 }
Example #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="JsonSimpleReader"/> class.
 /// </summary>
 /// <param name="that">Existing <see cref="JsonSimpleReader"/> used to initialize new instance.</param>
 public JsonSimpleReader(JsonSimpleReader that)
     : this(that.Name, that.Path, that.dataSchemaString, that.extension, that.preloadSchemas)
 {
 }