public INativePropertyInfoStruct Wrap(Il2CppPropertyInfo *propertyInfoPointer)
 {
     if ((IntPtr)propertyInfoPointer == IntPtr.Zero)
     {
         return(null);
     }
     else
     {
         return(new NativePropertyInfoStruct((IntPtr)propertyInfoPointer));
     }
 }
 public INativePropertyInfoStruct Wrap(Il2CppPropertyInfo *propertyInfoPointer)
 {
     return(new NativePropertyInfoStruct((IntPtr)propertyInfoPointer));
 }