C# Class ConsoleApplication14.Stop

Afficher le fichier Open project: itstep2014springEvening/CommonProjects Class Usage Examples

Méthodes publiques

Свойство Type Description
name string
passangerInterval uint
passangers List
timeToNext uint

Méthodes publiques

Méthode Description
Stop ( string name, uint timeToNext, uint passangerInterval ) : System

Method Details

Stop() public méthode

public Stop ( string name, uint timeToNext, uint passangerInterval ) : System
name string
timeToNext uint
passangerInterval uint
Résultat System

Property Details

name public_oe property

public string name
Résultat string

passangerInterval public_oe property

public uint passangerInterval
Résultat uint

passangers public_oe property

public List passangers
Résultat List

timeToNext public_oe property

public uint timeToNext
Résultat uint