C# Class ConsoleApplication14.Stop

Show file Open project: itstep2014springEvening/CommonProjects Class Usage Examples

Public Properties

Property Type Description
name string
passangerInterval uint
passangers List
timeToNext uint

Public Methods

Method Description
Stop ( string name, uint timeToNext, uint passangerInterval ) : System

Method Details

Stop() public method

public Stop ( string name, uint timeToNext, uint passangerInterval ) : System
name string
timeToNext uint
passangerInterval uint
return System

Property Details

name public property

public string name
return string

passangerInterval public property

public uint passangerInterval
return uint

passangers public property

public List passangers
return List

timeToNext public property

public uint timeToNext
return uint