C# Класс Constructors.When_mapping_to_an_object_with_a_constructor_with_string_optional_arguments.DestinationFoo

Показать файл Открыть проект

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

Метод Описание
DestinationFoo ( string a = "a", string b = "b", int c = 3 ) : System

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

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

public DestinationFoo ( string a = "a", string b = "b", int c = 3 ) : System
a string
b string
c int
Результат System