コード例 #1
0
ファイル: Blob.cs プロジェクト: Aggror/Stride
 protected Blob(ObjectDatabase objectDatabase, ObjectId objectId)
 {
     this.objectDatabase = objectDatabase;
     this.objectId       = objectId;
 }
コード例 #2
0
 /// <summary>
 ///   Initializes a new instance of the <see cref="Blob"/> class.
 /// </summary>
 /// <param name="objectDatabase">Object database that stores this blob.</param>
 /// <param name="objectId">Hash that identifies the data.</param>
 protected Blob(ObjectDatabase objectDatabase, ObjectId objectId)
 {
     ObjectDatabase = objectDatabase;
     ObjectId       = objectId;
 }