Beispiel #1
0
 public static MemberMap AsString(this MemberMap map)
 {
     // Dummy wrapper
     return(map.Default(string.Empty));
 }