C# Class Exercise12_4.Foot

Mostrar archivo Open project: Softwire/Learning-C-sharp Class Usage Examples

Public Properties

Property Type Description
length double

Public Methods

Method Description
Foot ( double length ) : System
ToString ( ) : string

Method Details

Foot() public method

public Foot ( double length ) : System
length double
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

length public_oe property

public double length
return double