Exemple #1
0
Fichier : RdId.cs Projet : yvvan/rd
 public static RdId Read(UnsafeReader reader)
 {
     return(new RdId(reader.ReadInt64()));
 }