コード例 #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="BlockImage"/> class with an existing <see cref="Json.BlockRefocusMetadata"/> storage.
 /// </summary>
 /// <param name="image">A <see cref="Json.BlockRefocusMetadata"/> to use a storage for the entry.</param>
 public BlockImage(Json.BlockRefocusMetadata image)
 {
     JsonImage = image;
 }
コード例 #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="BlockImage"/> class.
 /// </summary>
 public BlockImage()
 {
     JsonImage = new Json.BlockRefocusMetadata();
 }