예제 #1
0
 public ITypeToIndexMapperManager RegisterMapper(Type type, ITypeToIndexMapper mapper)
 {
     throw new NotImplementedException();
 }
예제 #2
0
 public ITypeToIndexMapperManager RegisterMapper(Type type, ITypeToIndexMapper mapper)
 {
     TypeToIndexMapperManager.typeMappers[type] = mapper;
     return(this);
 }