JK
Search Results for

    Show / Hide Table of Contents

    Class DeepCloner

    Object used to create deep clones using XML serialization.

    Inheritance
    System.Object
    DeepCloner
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: JK.Common
    Assembly: JK.Common.dll
    Syntax
    public sealed class DeepCloner

    Methods

    | Improve this Doc View Source

    Clone(in Object)

    Clones the given object.

    Declaration
    public object Clone(in object valueToClone)
    Parameters
    Type Name Description
    System.Object valueToClone

    Object to clone.

    Returns
    Type Description
    System.Object

    Exact clone of an object.

    Extension Methods

    ClassExtensions.IsNull<T>(T)
    ClassExtensions.IsNotNull<T>(T)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © Jeremy Knight. Generated with DocFX