-
Notifications
You must be signed in to change notification settings - Fork 36
M_CodeJam_Reflection_MemberAccessor_SetValue
andrewvk edited this page Jun 23, 2016
·
5 revisions
[This is preliminary documentation and is subject to change.]
Sets member value for provided object.
Namespace: CodeJam.Reflection
Assembly: CodeJam (in CodeJam.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public void SetValue(
Object o,
Object value
)
VB
Public Sub SetValue (
o As Object,
value As Object
)
F#
member SetValue :
o : Object *
value : Object -> unit
- o
- Type: System.Object
Object to access. - value
- Type: System.Object
Value to set.