RegisterMap() public static method

public static RegisterMap ( Type type ) : bool
type System.Type
return bool
コード例 #1
0
 public TrackableDictionaryMongoDbMapper()
 {
     TypeMapper.RegisterMap(typeof(TValue));
 }
コード例 #2
0
 public TrackableListMongoDbMapper()
 {
     TypeMapper.RegisterMap(typeof(T));
 }