[NUI] Reduce code duplication - refactor dispose codes (#1010)
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI / src / internal / SWIGTYPE_p_f_r_Dali__Vector2__bool.cs
1 //------------------------------------------------------------------------------
2 // <auto-generated />
3 //
4 // This file was automatically generated by SWIG (http://www.swig.org).
5 // Version 3.0.9
6 //
7 // Do not make changes to this file unless you know what you are doing--modify
8 // the SWIG interface file instead.
9 //------------------------------------------------------------------------------
10
11 namespace Tizen.NUI
12 {
13     internal class SWIGTYPE_p_f_r_Dali__Vector2__bool
14     {
15         private global::System.Runtime.InteropServices.HandleRef swigCPtr;
16
17         internal SWIGTYPE_p_f_r_Dali__Vector2__bool(global::System.IntPtr cPtr, bool futureUse)
18         {
19             swigCPtr = new global::System.Runtime.InteropServices.HandleRef(this, cPtr);
20         }
21
22         protected SWIGTYPE_p_f_r_Dali__Vector2__bool()
23         {
24             swigCPtr = new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero);
25         }
26
27         internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_f_r_Dali__Vector2__bool obj)
28         {
29             return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
30         }
31     }
32 }