C# Class TwoFer, csharp-analyzer

Show file Open project: exercism/csharp-analyzer Class Usage Examples

Public Methods

Method Description
Speak ( string input = null ) : string
Speak ( string input = "you" ) : void

Method Details

Speak() public static method

public static Speak ( string input = null ) : string
input string
return string

Speak() public static method

public static Speak ( string input = "you" ) : void
input string
return void