LiquidTechnologies.XmlObjects Namespace / Serializer Class / Clone<T> Method
The type of the LXO object to copy
This must be an object generated using Liquid Objects.

In This Topic
    Clone<T> Method (Serializer)
    In This Topic
    Performs a deep copy on the src object.
    Syntax
    'Declaration
     
    
    Public Function Clone(Of T As Class)( _
       ByVal src As T _
    ) As T
    public T Clone<T>( 
       T src
    )
    where T: class

    Parameters

    src
    This must be an object generated using Liquid Objects.

    Type Parameters

    T
    The type of the LXO object to copy
    Exceptions
    ExceptionDescription
    If src is null.
    If src is not an Liquid Objects generated object.
    Requirements

    Target Platforms: Windows 10, Windows 8, Windows 7, Windows Vista, Windows Server 2016, Windows Server 2012, Windows Server 2008. Please ensure you have the latest Service Pack for your operating system installed.

    See Also