Release 4.0.0-preview1-00253
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI / src / internal / Size.cs
index 9b66384..daa1951 100755 (executable)
  */
 
 using System;
+using System.ComponentModel;
 
 namespace Tizen.NUI
 {
-
-    [Obsolete("Please do not use! This will be changed to internal class")]
+    //Please do not use! This will be changed to internal class
+    [EditorBrowsable(EditorBrowsableState.Never)]
     public class Size : global::System.IDisposable
     {
         private global::System.Runtime.InteropServices.HandleRef swigCPtr;