C# Class Rebel.Framework.TypeMapping.TypeMapDelegatePair

Represents a pair of delegates to assist in type mapping; one to map by reference to an existing destination object and one to provide a new result by return.
Afficher le fichier Open project: RebelCMS/rebelcmsxu5

Méthodes publiques

Méthode Description
TypeMapDelegatePair ( Func byReference, Action byReturn ) : System

Initializes a new instance of the TypeMapDelegatePair class.

Method Details

TypeMapDelegatePair() public méthode

Initializes a new instance of the TypeMapDelegatePair class.
public TypeMapDelegatePair ( Func byReference, Action byReturn ) : System
byReference Func
byReturn Action
Résultat System