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 25, 2025
1 parent 2ac1635 commit ce78b36
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ public static T? DeepClone<T>(this T? obj)

## Advanced usage

_The following examples assume you've copied the extension method above._

Sometimes you might want to exclude certain fields & properties from cloning:
```csharp
private class TestPropsWithIgnored
Expand Down

0 comments on commit ce78b36

Please sign in to comment.