Skip to content

Commit

Permalink
Added serializable attribute to DummyPropertyInfo.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbatum committed Aug 7, 2010
1 parent 70464f1 commit 7034ece
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/FluentNHibernate/DummyPropertyInfo.cs
Expand Up @@ -4,6 +4,7 @@


namespace FluentNHibernate namespace FluentNHibernate
{ {
[Serializable]
public sealed class DummyPropertyInfo : PropertyInfo public sealed class DummyPropertyInfo : PropertyInfo
{ {
private readonly string name; private readonly string name;
Expand Down

0 comments on commit 7034ece

Please sign in to comment.