コード例 #1
0
 public IMongoCursor SetHint(BsonDocument hint)
 {
     return(new MongoCursorProxy(_mongoMongoCursor.SetHint(hint)));
 }