C# 클래스 AutoMapper.UnitTests.Constructors.When_the_destination_has_a_matching_constructor_with_optional_extra_parameters.Destination

파일 보기 프로젝트 열기: AutoMapper/AutoMapper

공개 메소드들

메소드 설명
Destination ( int foo, string bar = "bar" ) : System

메소드 상세

Destination() 공개 메소드

public Destination ( int foo, string bar = "bar" ) : System
foo int
bar string
리턴 System