ObjectClonerCloneT Method
Perform a deep Copy of the object, using Json as a serialization method.
Namespace: Scopos.BabelFish.HelpersAssembly: BabelFish (in BabelFish.dll) Version: 1.11.3.13+877481945de6b4d2a3a561fea58e2494717cd263
public static T Clone<T>(
this T source
)
- source T
- The object instance to copy.
- T
- The type of object being copied.
TThe copied object.In Visual Basic and C#, you can call this method as an instance method on any object of type
T. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).