Skip to content

Commit 92c2c0e

Browse files
committed
readme verbessert
1 parent 4798a27 commit 92c2c0e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

readme.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ public class SomeObject
6060
```csharp
6161
public static class MyStaticClass
6262
{
63-
[DeepCopyExtension]
6463
public static SomeObject DeepCopy(SomeObject source)
6564
{
6665
return source != null ? new SomeObject(source) : (SomeObject) null;

0 commit comments

Comments
 (0)