T
CSharpTest.Net
Clone<T> Method
See Also  Send Feedback Download Help File
CSharpTest.Net.Library Assembly > CSharpTest.Net.Cloning Namespace > SerializerClone Class : Clone<T> Method

instance

Glossary Item Box

Public entry point to begin duplication of the object graph. If your using this instance multiple times you should call Clear() between the object graphs or the copies previously made will be used.

Syntax

Visual Basic (Declaration) 
Public Overrides Function Clone(Of T)( _
   ByVal instance As T _
) As T
C# 
public override T Clone<T>( 
   T instance
)

Parameters

instance

Type Parameters

T

Requirements

Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7

See Also

Generated with Document! X 2011 by Innovasys