C# Class Ntreev.Library.Commands.Interval

Afficher le fichier Open project: NtreevSoft/CommandLineParser Class Usage Examples

Méthodes publiques

Свойство Type Description
first int
last int

Méthodes publiques

Méthode Description
Interval ( int first, int last ) : System

Method Details

Interval() public méthode

public Interval ( int first, int last ) : System
first int
last int
Résultat System

Property Details

first public_oe property

public int first
Résultat int

last public_oe property

public int last
Résultat int