Example #1
0
 internal static KeyValuePair <string, string> ToChangeTypeMap(this KeyValuePair <string, string> obj, bool nullable)
 {
     return(LogicalUnit.ChangeTypeMap(obj, nullable));
 }