| 1776 | } |
| 1777 | |
| 1778 | void MField::GetValue(MObject* instance, void* result) const |
| 1779 | { |
| 1780 | mono_field_get_value(instance, _monoField, result); |
| 1781 | } |
| 1782 | |
| 1783 | MObject* MField::GetValueBoxed(MObject* instance) const |
| 1784 | { |
no outgoing calls
no test coverage detected