C# Class ConsoleApplication14.Stop

Datei anzeigen 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_oe property

public string name
return string

passangerInterval public_oe property

public uint passangerInterval
return uint

passangers public_oe property

public List passangers
return List

timeToNext public_oe property

public uint timeToNext
return uint