C# Class Ntreev.Library.Commands.SwitchPropertyInfoDescriptor

Inheritance: SwitchDescriptor
Afficher le fichier Open project: NtreevSoft/CommandLineParser

Méthodes publiques

Méthode Description
GetValue ( object instance ) : object
SetValue ( object instance, object value ) : void
SwitchPropertyInfoDescriptor ( PropertyInfo propertyInfo ) : 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

SwitchPropertyInfoDescriptor() public méthode

public SwitchPropertyInfoDescriptor ( PropertyInfo propertyInfo ) : System
propertyInfo System.Reflection.PropertyInfo
Résultat System