C# 클래스 Constructors.When_mapping_to_an_object_with_a_constructor_with_multiple_optional_arguments.DestinationFoo

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

공개 메소드들

메소드 설명
DestinationFoo ( DestinationBar bar = null, string str = "hello" ) : System

메소드 상세

DestinationFoo() 공개 메소드

public DestinationFoo ( DestinationBar bar = null, string str = "hello" ) : System
bar DestinationBar
str string
리턴 System