C# Class SOLID.Liskov.Greeting.CheckedGreeting

Inheritance: ICheckedGreeting
Mostrar archivo Open project: perl-easj/OOProg

Public Methods

Method Description
SayHello ( string name ) : void

Method Details

SayHello() public method

public SayHello ( string name ) : void
name string
return void