From ce78b368e06ac66e1276e1c377f8b077183c7faf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20=C5=A0t=C3=A1gl?= Date: Sat, 25 Jan 2025 09:24:12 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 286e3bd..5c46663 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,8 @@ public static T? DeepClone(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