private void WriteProperty(IntPtr property, IntPtr target, IntPtr indexParameter, IntPtr value) { _callbacks.WriteProperty(property, target, indexParameter, value); }
private void WriteProperty(IntPtr property, IntPtr target, IntPtr value) { _callbacks.WriteProperty(property, target, value); }