Exemplo n.º 1
0
 public ITypeMigrationRules MatchesTypeName(string typeName)
 {
     typeDefinition.AddName(typeName);
     return(this);
 }
Exemplo n.º 2
0
 public void AddName(string matchingTypeName)
 {
     typeDefinition.AddName(matchingTypeName);
 }