C# Class Ntreev.Library.Commands.SwitchParameterInfoDescriptor

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

Méthodes publiques

Méthode Description
GetValue ( object instance ) : object
SetValue ( object instance, object value ) : void
SwitchParameterInfoDescriptor ( ParameterInfo parameterInfo ) : System

Method Details

GetValue() public méthode

public GetValue ( object instance ) : object
instance object
Résultat object

SetValue() public méthode

public SetValue ( object instance, object value ) : void
instance object
value object
Résultat void

SwitchParameterInfoDescriptor() public méthode

public SwitchParameterInfoDescriptor ( ParameterInfo parameterInfo ) : System
parameterInfo System.Reflection.ParameterInfo
Résultat System