private void ReadProperty(IntPtr property, IntPtr target, IntPtr indexParameter, IntPtr result) { _callbacks.ReadProperty(property, target, indexParameter, result); }
private void ReadProperty(IntPtr property, IntPtr target, IntPtr result) { _callbacks.ReadProperty(property, target, result); }