コード例 #1
0
ファイル: MapValue.cs プロジェクト: ThomasEcherer/elo
 public MapValue(MapValue rhs) : base(rhs)
 {
     this.blobValueValue = rhs.blobValueValue;
 }