C# Class Prolog.CT.CommandLineArguments

Arguments class
Afficher le fichier Open project: ahodroj/prologdotnet Class Usage Examples

Méthodes publiques

Méthode Description
Add ( string key, string val ) : void
CommandLineArguments ( string Args ) : System
NoArgs ( ) : bool
NoOptions ( ) : bool
this ( string Param ) : string

Method Details

Add() public méthode

public Add ( string key, string val ) : void
key string
val string
Résultat void

CommandLineArguments() public méthode

public CommandLineArguments ( string Args ) : System
Args string
Résultat System

NoArgs() public méthode

public NoArgs ( ) : bool
Résultat bool

NoOptions() public méthode

public NoOptions ( ) : bool
Résultat bool

this() public méthode

public this ( string Param ) : string
Param string
Résultat string