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.
파일 보기 프로젝트 열기: RebelCMS/rebelcmsxu5

공개 메소드들

메소드 설명
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