C# Class Ex3

Show file Open project: ProgJogos/programacao-2sem2014 Class Usage Examples

Public Properties

Property Type Description
mostrarNome bool
nome string
sobrenome string

Public Methods

Method Description
Update ( ) : void

Method Details

Update() public method

public Update ( ) : void
return void

Property Details

mostrarNome public property

public bool mostrarNome
return bool

nome public property

public string nome
return string

sobrenome public property

public string sobrenome
return string