C# Class Exercise12_4.Meter

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

Public Properties

Property Type Description
length double

Public Methods

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

Method Details

Meter() public method

public Meter ( 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