Class ObjectExtensions
Object utilities
Inheritance
System.Object
ObjectExtensions
Namespace: Dangl.Identity.Client.Mvc.Configuration
Assembly: Dangl.Identity.Client.Mvc.dll
Syntax
public static class ObjectExtensions : object
Methods
| Improve this Doc View SourceClone<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 |