Example #1
0
 private static Guid ReadGuid(CodedInputStream input)
 {
     return(input.ReadGuid());
 }