コード例 #1
0
 public static bool Exists(this BsonDocument bsonDocument, string name)
 {
     return(bsonDocument.Find(name) != BsonNull.Value);
 }