C# Class ExtractSuperclass.TitledPerson

Inheritance: SimplePerson
Afficher le fichier Open project: JetBrains/resharper-workshop

Méthodes publiques

Méthode Description
SayHello ( ) : void
TitledPerson ( string forename, string surname, int age, string title )

Method Details

SayHello() public méthode

public SayHello ( ) : void
Résultat void

TitledPerson() public méthode

public TitledPerson ( string forename, string surname, int age, string title )
forename string
surname string
age int
title string