C# Класс 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.
Показать файл Открыть проект

Открытые методы

Метод Описание
TypeMapDelegatePair ( Func byReference, Action byReturn ) : System

Initializes a new instance of the TypeMapDelegatePair class.

Описание методов

TypeMapDelegatePair() публичный Метод

Initializes a new instance of the TypeMapDelegatePair class.
public TypeMapDelegatePair ( Func byReference, Action byReturn ) : System
byReference Func
byReturn Action
Результат System