C# Class Del1.Person

Show file Open project: bekkopen/dotnetkurs Class Usage Examples

Public Methods

Method Description
Log ( string text = "Blah blah blah..." ) : void
ToString ( ) : string

Private Methods

Method Description
LogWithNamePrefix ( string text ) : void

Method Details

Log() public method

public Log ( string text = "Blah blah blah..." ) : void
text string
return void

ToString() public method

public ToString ( ) : string
return string