Esempio n. 1
0
 public static string saveMappings(this O2MappedAstData astData, Dictionary <string, List <KeyValuePair <INode, IMethodOrProperty> > > mappings)
 {
     return(astData.createSavedMethodMappings(mappings).saveMappings());
 }