C# Class Suggestions, CodeSpells

Show file Open project: srfoster/CodeSpells Class Usage Examples

Public Methods

Method Description
longest ( ) : string
number ( ) : int
put ( string s ) : void
toString ( ) : string

Method Details

longest() public method

public longest ( ) : string
return string

number() public method

public number ( ) : int
return int

put() public method

public put ( string s ) : void
s string
return void

toString() public method

public toString ( ) : string
return string