C# Class Ntreev.Library.Commands.SwitchPropertyInfoDescriptor

Inheritance: SwitchDescriptor
Mostra file Open project: NtreevSoft/CommandLineParser

Public Methods

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

SwitchPropertyInfoDescriptor() public method

public SwitchPropertyInfoDescriptor ( PropertyInfo propertyInfo ) : System
propertyInfo System.Reflection.PropertyInfo
return System