コード例 #1
0
ファイル: JsonSimpleReader.cs プロジェクト: annelo-msft/psi
 /// <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)
 {
 }
コード例 #2
0
ファイル: JsonSimpleReader.cs プロジェクト: maria-chang/psi
 /// <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)
 {
 }