[Tizen] Add obsolete attribute for deprecated apis, backward compatibility
[platform/core/csapi/nui.git] / Tizen.NUI / src / internal / Uint16Pair.cs
index bd5c273..c2d201f 100755 (executable)
 *
 */
 
+using System;
+
 namespace Tizen.NUI
 {
 
-    internal class Uint16Pair : global::System.IDisposable
+    [Obsolete("Please do not use! this will be deprecated")]
+    public class Uint16Pair : global::System.IDisposable
     {
         private global::System.Runtime.InteropServices.HandleRef swigCPtr;
         protected bool swigCMemOwn;