| 1786 | } |
| 1787 | |
| 1788 | void MField::SetValue(MObject* instance, void* value) const |
| 1789 | { |
| 1790 | mono_field_set_value(instance, _monoField, value); |
| 1791 | } |
| 1792 | |
| 1793 | bool MField::HasAttribute(const MClass* klass) const |
| 1794 | { |
no outgoing calls
no test coverage detected