Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lofcz authored Jan 8, 2025
1 parent fc76670 commit 8897ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Sometimes you might want to exclude certain fields & properties from cloning:
private class TestPropsWithIgnored
{
public int A { get; set; } = 10;
[DeepCloneIgnore] // <-- decorate such members with [DeepCloneIgnore]
[FastClonerIgnore] // <-- decorate such members with [FastClonerIgnore]
public string B { get; set; } = "My string";
}

Expand Down

0 comments on commit 8897ea1

Please sign in to comment.