C# Class UserApp.Core.ReflectionUtility

Afficher le fichier Open project: userapp-io/userapp-dotnet

Méthodes publiques

Méthode Description
CopyProperties ( object source, object target, bool>.Func predicate = null ) : void

Method Details

CopyProperties() public static méthode

public static CopyProperties ( object source, object target, bool>.Func predicate = null ) : void
source object
target object
predicate bool>.Func
Résultat void