| 1781 | } |
| 1782 | |
| 1783 | MObject* MField::GetValueBoxed(MObject* instance) const |
| 1784 | { |
| 1785 | return mono_field_get_value_object(mono_domain_get(), _monoField, instance); |
| 1786 | } |
| 1787 | |
| 1788 | void MField::SetValue(MObject* instance, void* value) const |
| 1789 | { |
no outgoing calls
no test coverage detected