dali 1.2.28 version upgrade
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI / src / internal / PropertyRangeManager.cs
index 6c48ef8..0661e16 100755 (executable)
@@ -1,17 +1,14 @@
 using System;
 using System.Runtime.InteropServices;
 using System.Collections.Generic;
-
-#if true
 using System.Reflection;
-#endif
 
 namespace Tizen.NUI
-{
-  /// <summary>
-  /// Helper class for calculating what property indexes should be assigned to C# View (view) classes.
-  /// </summary>
-  public class PropertyRangeManager
+{\r
+    /// <summary>
+    /// Helper class for calculating what property indexes should be assigned to C# View (view) classes.
+    /// </summary>
+    internal class PropertyRangeManager
   {
     private Dictionary<String, PropertyRange > _propertyRange;