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

Inheritance: IMemberSetter
Afficher le fichier Open project: jlarsson/Kiwi.Json

Méthodes publiques

Méthode Description
PropertySetter ( PropertyInfo property ) : System
SetValue ( object instance, object memberValue ) : void

Private Methods

Méthode Description
CreateSetter ( PropertyInfo property ) : object>.Action

Method Details

PropertySetter() public méthode

public PropertySetter ( PropertyInfo property ) : System
property System.Reflection.PropertyInfo
Résultat System

SetValue() public méthode

public SetValue ( object instance, object memberValue ) : void
instance object
memberValue object
Résultat void