C# Class LiskovSubstitutionPrinciple.Rectangle

Afficher le fichier Open project: 7digital/Liskov

Protected Properties

Свойство Type Description
m_height int
m_width int

Méthodes publiques

Méthode Description
GetArea ( ) : int
getHeight ( ) : int
getWidth ( ) : int
setHeight ( int height ) : void
setWidth ( int width ) : void

Method Details

GetArea() public méthode

public GetArea ( ) : int
Résultat int

getHeight() public méthode

public getHeight ( ) : int
Résultat int

getWidth() public méthode

public getWidth ( ) : int
Résultat int

setHeight() public méthode

public setHeight ( int height ) : void
height int
Résultat void

setWidth() public méthode

public setWidth ( int width ) : void
width int
Résultat void

Property Details

m_height protected_oe property

protected int m_height
Résultat int

m_width protected_oe property

protected int m_width
Résultat int