Skip to content

Commit

Permalink
missed change
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremydmiller committed Feb 9, 2013
1 parent 8693e74 commit c635657
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/FubuCore/Reflection/PropertyChain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ protected object findInnerMostTarget(object target)
return target;
}


public override string ToString()
{
return _chain.First().DeclaringType.FullName + _chain.Select(x => x.Name).Join(".");
Expand Down

0 comments on commit c635657

Please sign in to comment.