C# Class UserApp.Core.ReflectionUtility

Mostra file Open project: userapp-io/userapp-dotnet

Public Methods

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

Method Details

CopyProperties() public static method

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