C# Class Ntreev.Library.Commands.SwitchParameterInfoDescriptor

Inheritance: SwitchDescriptor
Mostra file Open project: NtreevSoft/CommandLineParser Class Usage Examples

Public Methods

Method Description
GetValue ( object instance ) : object
SetValue ( object instance, object value ) : void
SwitchParameterInfoDescriptor ( ParameterInfo parameterInfo ) : System

Method Details

GetValue() public method

public GetValue ( object instance ) : object
instance object
return object

SetValue() public method

public SetValue ( object instance, object value ) : void
instance object
value object
return void

SwitchParameterInfoDescriptor() public method

public SwitchParameterInfoDescriptor ( ParameterInfo parameterInfo ) : System
parameterInfo System.Reflection.ParameterInfo
return System