Exemplo n.º 1
0
 public static IntPtr GetAbi(IObjectReference value) =>
 value is null ? IntPtr.Zero : MarshalInterfaceHelper <global::System.EventHandler <object> > .GetAbi(value);
Exemplo n.º 2
0
 public static IntPtr GetAbi(IObjectReference value) => MarshalInterfaceHelper <global::System.ComponentModel.PropertyChangedEventHandler> .GetAbi(value);
 public static IntPtr GetAbi(IObjectReference value) => value is null ? IntPtr.Zero : MarshalInterfaceHelper <object> .GetAbi(value);
 public static IntPtr GetAbi(IObjectReference value) => MarshalInterfaceHelper <global::System.Collections.Specialized.NotifyCollectionChangedEventHandler> .GetAbi(value);