コード例 #1
0
 public static IMongoCollection <T> CollectionAs <T>() where T : ServerLog
 {
     return(MongoTools.GetCollection <T>());
 }
コード例 #2
0
ファイル: MongoUser.cs プロジェクト: dapperAuteur/AnyCardGame
 public static MongoCollection <T> CollectionAs <T>() where T : User
 {
     return(MongoTools.GetCollection <T>());
 }