We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc76670 commit 8897ea1Copy full SHA for 8897ea1
README.md
@@ -30,7 +30,7 @@ Sometimes you might want to exclude certain fields & properties from cloning:
30
private class TestPropsWithIgnored
31
{
32
public int A { get; set; } = 10;
33
- [DeepCloneIgnore] // <-- decorate such members with [DeepCloneIgnore]
+ [FastClonerIgnore] // <-- decorate such members with [FastClonerIgnore]
34
public string B { get; set; } = "My string";
35
}
36
0 commit comments