C# Class Kiwi.Json.Conversion.Reflection.PropertySetter

Inheritance: IMemberSetter
显示文件 Open project: jlarsson/Kiwi.Json

Public Methods

Method Description
PropertySetter ( PropertyInfo property ) : System
SetValue ( object instance, object memberValue ) : void

Private Methods

Method Description
CreateSetter ( PropertyInfo property ) : object>.Action

Method Details

PropertySetter() public method

public PropertySetter ( PropertyInfo property ) : System
property System.Reflection.PropertyInfo
return System

SetValue() public method

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