This website requires JavaScript.
Explore
Help
Register
Sign In
lsm
/
PdfPig
Watch
1
Star
0
Fork
0
You've already forked PdfPig
mirror of
https://github.com/UglyToad/PdfPig.git
synced
2025-10-20 19:03:20 +08:00
Code
Issues
Actions
5
Packages
Projects
Releases
Wiki
Activity
Files
f886411e129a82ba4d4949a406e868039cd2d5bc
PdfPig
/
src
/
UglyToad.PdfPig
/
Core
/
IDeepCloneable.cs
8 lines
118 B
C#
Raw
Normal View
History
Unescape
Escape
change the project name to something silly
2018-01-10 19:49:32 +00:00
namespace
UglyToad.PdfPig.Core
arrange operations into folders in line with grouping from the specification and start creating a context to mutate through operations.
2017-11-26 22:19:42 +00:00
{
encapsulation for internal classes, remove old code, document public api
2018-01-07 12:37:48 +00:00
internal
interface
IDeepCloneable
<
out
T
>
arrange operations into folders in line with grouping from the specification and start creating a context to mutate through operations.
2017-11-26 22:19:42 +00:00
{
T
DeepClone
(
)
;
}
}
Reference in New Issue
Copy Permalink