C# Class Spring.Reflection.Dynamic.ValueTypeField

Inheritance: IDynamicField
Exibir arquivo Open project: spring-projects/spring-net

Public Methods

Method Description
GetValue ( object target ) : object
SetValue ( object target, object value ) : void

Method Details

GetValue() public method

public GetValue ( object target ) : object
target object
return object

SetValue() public method

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