We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4798a27 commit 92c2c0eCopy full SHA for 92c2c0e
readme.md
@@ -60,7 +60,6 @@ public class SomeObject
60
```csharp
61
public static class MyStaticClass
62
{
63
- [DeepCopyExtension]
64
public static SomeObject DeepCopy(SomeObject source)
65
66
return source != null ? new SomeObject(source) : (SomeObject) null;
0 commit comments