-
Notifications
You must be signed in to change notification settings - Fork 36
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 Object
F#
member GetValue :
o : Object -> Object
- o
- Type: System.Object
Object to access.
Type: Object
Member value.