RegisterMap() public static method

public static RegisterMap ( Type type ) : bool
type System.Type
return bool
 public TrackableDictionaryMongoDbMapper()
 {
     TypeMapper.RegisterMap(typeof(TValue));
 }
Exemplo n.º 2
0
 public TrackableListMongoDbMapper()
 {
     TypeMapper.RegisterMap(typeof(T));
 }