Esempio n. 1
0
 public static PlistDictIterHandle DangerousCreate(System.IntPtr unsafeHandle)
 {
     return(PlistDictIterHandle.DangerousCreate(unsafeHandle, true));
 }
Esempio n. 2
0
 public object MarshalNativeToManaged(System.IntPtr nativeData)
 {
     return(PlistDictIterHandle.DangerousCreate(nativeData, false));
 }