C# Class ThisMember.Core.MemberMap

The final, compiled map for a certain source and destination type.
Datei anzeigen Open project: JulianR/ThisMember Class Usage Examples

Protected Methods

Method Description
MemberMap ( Type source, Type destination, Delegate mappingFunction ) : System

Method Details

MemberMap() protected method

protected MemberMap ( Type source, Type destination, Delegate mappingFunction ) : System
source System.Type
destination System.Type
mappingFunction System.Delegate
return System