Skip to content

Commit de57be5

Browse files
committed
zip file
1 parent 48f8109 commit de57be5

File tree

4 files changed

+85
-1
lines changed

4 files changed

+85
-1
lines changed

v2/book/examples/FastCloner.html

Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
2+
<h1>RSCG nr 253 : FastCloner</h1>
3+
4+
<h2>Info</h2>
5+
Nuget : <a href="https://www.nuget.org/packages/FastCloner/" target="_blank">https://www.nuget.org/packages/FastCloner/</a>
6+
7+
<p>You can find more details at : <a href="https://github.com/lofcz/FastCloner/" target="_blank"> https://github.com/lofcz/FastCloner/</a></p>
8+
9+
<p>Author :Matěj Štágl</p>
10+
11+
<p>Source: <a href="https://github.com/lofcz/FastCloner/" target="_blank">https://github.com/lofcz/FastCloner/</a> </p>
12+
13+
<h2>About</h2>
14+
15+
Cloning objects
16+
17+
<h2>
18+
How to use
19+
</h2>
20+
<h3>
21+
Add reference to the <a href="https://www.nuget.org/packages/FastCloner/" target="_blank">FastCloner</a> in the csproj
22+
</h3>
23+
<img src="images/FastCloner/CloneData.csproj.png" width="580" height="580" />
24+
25+
<h3>This was for me the <b>starting</b> code</h3>
26+
27+
<br />
28+
I have <b>coded</b> the file Program.cs
29+
<br />
30+
<img src="images/FastCloner/csFiles/Program.cs.png" width="580" height="580" />
31+
<hr />
32+
33+
<br />
34+
I have <b>coded</b> the file Person.cs
35+
<br />
36+
<img src="images/FastCloner/csFiles/Person.cs.png" width="580" height="580" />
37+
<hr />
38+
<h3>And here are the <i>generated</i> files</h3>
39+
40+
<br />
41+
The file <i>generated</i> is ClonableAttribute.g.cs
42+
<br />
43+
<img src="images/FastCloner/generated/ClonableAttribute.g.cs.png" width="580" height="580" />
44+
45+
<br />
46+
The file <i>generated</i> is CloneIgnoreAttribute.g.cs
47+
<br />
48+
<img src="images/FastCloner/generated/CloneIgnoreAttribute.g.cs.png" width="580" height="580" />
49+
50+
<br />
51+
The file <i>generated</i> is IClonable.g.cs
52+
<br />
53+
<img src="images/FastCloner/generated/IClonable.g.cs.png" width="580" height="580" />
54+
55+
<br />
56+
The file <i>generated</i> is Person.g.cs
57+
<br />
58+
<img src="images/FastCloner/generated/Person.g.cs.png" width="580" height="580" />
59+
60+
<br />
61+
The file <i>generated</i> is CloneData_Person_FastDeepClone.g.cs
62+
<br />
63+
<img src="images/FastCloner/generated/CloneData_Person_FastDeepClone.g.cs.png" width="580" height="580" />
64+
65+
<p>
66+
You can download the code and this page as pdf from
67+
<a target="_blank" href='https://ignatandrei.github.io/RSCG_Examples/v2/docs/FastCloner'>
68+
https://ignatandrei.github.io/RSCG_Examples/v2/docs/FastCloner
69+
</a>
70+
</p>
71+
72+
73+
<p>
74+
You can see the whole list at
75+
<a target="_blank" href='https://ignatandrei.github.io/RSCG_Examples/v2/docs/List-of-RSCG'>
76+
https://ignatandrei.github.io/RSCG_Examples/v2/docs/List-of-RSCG
77+
</a>
78+
</p>
79+

v2/book/list.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</head>
1818
<body>
1919
<h1>
20-
This is the list of 252 RSCG with examples =>
20+
This is the list of 253 RSCG with examples =>
2121
</h1>
2222

2323
<table >
@@ -1034,6 +1034,10 @@ <h1>
10341034
<td>252</td>
10351035
<td><a href="examples/RSCG_idempotency.html">RSCG_idempotency</a></td>
10361036
</tr>
1037+
<tr>
1038+
<td>253</td>
1039+
<td><a href="examples/FastCloner.html">FastCloner</a></td>
1040+
</tr>
10371041
</table>
10381042

10391043

v2/book/pandocHTML.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,7 @@ input-files:
266266
- examples/Facet.Search.html
267267
- examples/OrderedBuildersGenerator.html
268268
- examples/RSCG_idempotency.html
269+
- examples/FastCloner.html
269270

270271
# or you may use input-file: with a single value
271272
# defaults:
1.54 KB
Binary file not shown.

0 commit comments

Comments
 (0)