C# Class Spring.Reflection.Dynamic.StaticConst

Inheritance: IDynamicField
Afficher le fichier Open project: spring-projects/spring-net

Méthodes publiques

Méthode Description
GetValue ( object target ) : object
SetValue ( object target, object value ) : void

Method Details

GetValue() public méthode

public GetValue ( object target ) : object
target object
Résultat object

SetValue() public méthode

public SetValue ( object target, object value ) : void
target object
value object
Résultat void