Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Spring
Reflection
Dynamic
ValueTypeTarget
C# Class Spring.Reflection.Dynamic.ValueTypeTarget
Datei anzeigen
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