コード例 #1
0
ファイル: RdId.cs プロジェクト: yvvan/rd
 public static RdId Read(UnsafeReader reader)
 {
     return(new RdId(reader.ReadInt64()));
 }