示例#1
0
 private void ReadProperty(IntPtr property, IntPtr target, IntPtr indexParameter, IntPtr result)
 {
     _callbacks.ReadProperty(property, target, indexParameter, result);
 }
示例#2
0
 private void ReadProperty(IntPtr property, IntPtr target, IntPtr result)
 {
     _callbacks.ReadProperty(property, target, result);
 }