Table of Contents

Method RegisterProperty

Namespace
MonoMod.Utils
Assembly
MonoMod.Utils.dll

RegisterProperty(string, Func<object?, object?>, Action<object?, object?>)

public void RegisterProperty(string name, Func<object?, object?> getter, Action<object?, object?> setter)

Parameters

name string
getter Func<object, object>
setter Action<object, object>