There was an error while loading. Please reload this page.
Performs deep copy.
Namespace: CodeJam.MappingAssembly: CodeJam.Blocks (in CodeJam.Blocks.dll) Version: 2.0.0.0
C#
public static T DeepCopy<T>( this T obj )
VB
<ExtensionAttribute> Public Shared Function DeepCopy(Of T) ( obj As T ) As T
F#
[<ExtensionAttribute>] static member DeepCopy : obj : 'T -> 'T
Type: TCreated object.
In Visual Basic and C#, you can call this method as an instance method on any object of type . 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).
Map ClassCodeJam.Mapping Namespace