C# Class Ntreev.Library.Commands.Parser

Afficher le fichier Open project: NtreevSoft/CommandLineParser

Méthodes publiques

Méthode Description
GetItemType ( Type propertyType ) : Type
Parse ( SwitchDescriptor descriptor, string arg ) : object
ParseArray ( Type propertyType, string arg ) : object

Private Methods

Méthode Description
ParseArray ( SwitchDescriptor descriptor, string arg ) : object
ParseBoolean ( SwitchDescriptor descriptor, string arg ) : object
ParseDefault ( SwitchDescriptor descriptor, string arg ) : object

Method Details

GetItemType() public static méthode

public static GetItemType ( Type propertyType ) : Type
propertyType System.Type
Résultat System.Type

Parse() public static méthode

public static Parse ( SwitchDescriptor descriptor, string arg ) : object
descriptor SwitchDescriptor
arg string
Résultat object

ParseArray() public static méthode

public static ParseArray ( Type propertyType, string arg ) : object
propertyType System.Type
arg string
Résultat object