Exemple #1
0
 public int Read(BsonReader reader)
 {
     this.val = reader.ReadBoolean();
     return 1;
 }