Mono fixes for main project.

This commit is contained in:
grzegorz.russek
2013-06-05 20:26:01 +00:00
parent 98b9ccb901
commit 69f94ae5b0
2 changed files with 4 additions and 4 deletions

View File

@@ -210,7 +210,7 @@ namespace DynamORM.Builders.Implementation
argex.InnerException.NullOr(a => a, argex));
}
yield return mapper.Create(val);
yield return mapper.Create(val) as T;
}
}
}
@@ -1235,4 +1235,4 @@ namespace DynamORM.Builders.Implementation
#endregion Helpers
}
}
}