RegisterMap() 공개 정적인 메소드

public static RegisterMap ( Type type ) : bool
type System.Type
리턴 bool
 public TrackableDictionaryMongoDbMapper()
 {
     TypeMapper.RegisterMap(typeof(TValue));
 }
예제 #2
0
 public TrackableListMongoDbMapper()
 {
     TypeMapper.RegisterMap(typeof(T));
 }