Example #1
0
 public static unsafe Guid ReadGuid(ReaderState reader)
 {
     return(new Guid(reader.ReadBytes(sizeof(Guid))));
 }