Ejemplo n.º 1
0
 private void CheckForPropertyMap(Type typeKey)
 {
     if (!PropertyMaps.ContainsKey(typeKey))
     {
         PropertyMaps.Add(typeKey, new Dictionary <string, PropertyMappingExpression>());
     }
 }