コード例 #1
0
ファイル: Persistence.pbj.cs プロジェクト: AlphaStaxLLC/taiga
 public Builder AddReads(StorageElement value) {
     super.AddReads(value._PBJSuper);
     return this;
 }
コード例 #2
0
ファイル: Persistence.pbj.cs プロジェクト: AlphaStaxLLC/taiga
 public Builder MergeFrom(StorageElement prototype) { super.MergeFrom(prototype._PBJSuper);return this;}
コード例 #3
0
ファイル: Persistence.pbj.cs プロジェクト: AlphaStaxLLC/taiga
 public Builder SetReads(int index,StorageElement value) {
     super.SetReads(index,value._PBJSuper);
     return this;
 }
コード例 #4
0
ファイル: Persistence.pbj.cs プロジェクト: AlphaStaxLLC/taiga
 public static Builder CreateBuilder(StorageElement prototype) {
     return (Builder)new Builder().MergeFrom(prototype);
 }