Skip to content

Commit 7034ece

Browse files
committed
Added serializable attribute to DummyPropertyInfo.
1 parent 70464f1 commit 7034ece

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/FluentNHibernate/DummyPropertyInfo.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
namespace FluentNHibernate
66
{
7+
[Serializable]
78
public sealed class DummyPropertyInfo : PropertyInfo
89
{
910
private readonly string name;

0 commit comments

Comments
 (0)