-
Couldn't load subscription status.
- Fork 35
M_CodeJam_Reflection_MemberAccessor_GetValue
Andrew Koryavchenko edited this page Jun 17, 2018
·
5 revisions
Gets member value for provided object.
Namespace: CodeJam.Reflection
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public Object GetValue(
Object o
)VB
Public Function GetValue (
o As Object
) As ObjectF#
member GetValue :
o : Object -> Object
- o
- Type: System.Object
Object to access.
Type: Object
Member value.