C# Class Del2.Models.Person

Exibir arquivo Open project: bekkopen/dotnetkurs Class Usage Examples

Private Properties

Property Type Description
LogWithNamePrefix void

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