Show / Hide Table of Contents

    Class ObjectExtensions

    Object utilities

    Inheritance
    System.Object
    ObjectExtensions
    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: Dangl.Identity.Client.Mvc.Configuration
    Assembly: Dangl.Identity.Client.Mvc.dll
    Syntax
    public static class ObjectExtensions

    Methods

    | Improve this Doc View Source

    Clone<T>(T)

    This clones an object by binary serializing and deserializing it

    Declaration
    public static T Clone<T>(this T obj)
    Parameters
    Type Name Description
    T obj
    Returns
    Type Description
    T
    Type Parameters
    Name Description
    T
    • Improve this Doc
    • View Source
    Back to top © Dangl IT - Georg Dangl