C# Class Tp.Core.Extensions.Objects

Afficher le fichier Open project: TargetProcess/Target-Process-Plugins

Méthodes publiques

Méthode Description
CloneObject ( this original ) : object

Creates a shallow copy of specified object (ONLY PROPERTIES ARE SUPPORTED)

Only properties supported

CreateCloner ( Type type ) : object>.Func

Method Details

CloneObject() public static méthode

Creates a shallow copy of specified object (ONLY PROPERTIES ARE SUPPORTED)
Only properties supported
public static CloneObject ( this original ) : object
original this Specified object to clone
Résultat object

CreateCloner() public static méthode

public static CreateCloner ( Type type ) : object>.Func
type System.Type
Résultat object>.Func